* {
  box-sizing: border-box;
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b, 
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li, 
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #026b3d;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -2rem;
  z-index: -1;
  position: absolute;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow {
  animation-name: scrollArrow;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
/* 载入效果 */
@keyframes titFadeup1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.titFadeup1 {
  animation: titFadeup1 1.1s ease-in-out both 0.1s;
}
.titFadeup2 {
  animation: titFadeup1 1.1s ease-in-out both 0.2s;
}
.fadeInup1 {
  animation: fadeInup 1.1s ease-in-out both 0.2s;
}
.fadeInup2 {
  animation: fadeInup 1.1s ease-in-out both 0.3s;
}
.fadeInup3 {
  animation: fadeInup 1.1s ease-in-out both 0.4s;
}
.fadeInUpimg {
  animation: imgScale 1.2s ease-in-out both 0.2s;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
:root {
  --main-color: #026b3d;
  --font-family-1: helvetica neue, arial, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
  --font-family-2: 'Roboto';
  --font-family-3: 'Roboto-Bold';
  --font-family-4: 'Oswald-Bold';
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular_0.eot');
  src: url('../fonts/Roboto-Regular_0.oft');
  src: url('../fonts/Roboto-Regular_0.ttf');
  src: url('../fonts/Roboto-Regular_0.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light_0.eot');
  src: url('../fonts/Roboto-Light_0.oft');
  src: url('../fonts/Roboto-Light_0.ttf');
  src: url('../fonts/Roboto-Light_0.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold_0.eot');
  src: url('../fonts/Roboto-Bold_0.oft');
  src: url('../fonts/Roboto-Bold_0.ttf');
  src: url('../fonts/Roboto-Bold_0.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.oft');
  src: url('../fonts/Oswald-Bold.ttf');
  src: url('../fonts/Oswald-Bold.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "myfont";
  src: url("../fonts/D-DINCondensed-Bold.eot");
  src: url("../fonts/D-DINCondensed-Bold.otf");
  src: url('../fonts/D-DINCondensed-Bold.ttf');
  src: url('../fonts/D-DINCondensed-Bold.woff');
  src: url('../fonts/D-DINCondensed-Bold.woff2');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family: var(--font-family-1);
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 15.2rem;
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px;
    padding: 0 20px;
  }
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #333!important;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block!important;
    margin-top: 24px;
    margin-right: 20px!important;
  }
}
.button a,
.button span {
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 0.18rem;
  overflow: hidden;
  height: 0.5rem;
  text-align: center;
  padding: 0 0.1rem;
  border-radius: 0.3rem;
  display: inline-block;
  min-width: 1.2rem;
  line-height: 0.48rem;
  background: #026b3d;
  position: relative;
  border: solid 1px #026b3d;
}
.button i {
  letter-spacing: -2px;
  font-family: "宋体";
  font-style: normal;
  margin-left: 0.1rem;
}
.button a:hover::before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.button a:before,
.button span:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 100%;
  top: 0;
  left: -1rem;
  opacity: 0.5;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
}
@keyframes shine {
  0% {
    left: -1rem;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.circle {
  width: 0.88rem;
  height: 0.88rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle i {
  text-align: center;
  display: inline-block;
  z-index: 5;
  position: relative;
  margin-top: 0.34rem;
  border-left: solid 0.14rem #ffffff;
  border-top: solid 0.1rem transparent;
  border-bottom: solid 0.1rem transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background: linear-gradient(to right, #026b3d, #026b3d);
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #026b3d;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.2, 0.2);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.header {
  width: 100%;
  height: 0.9rem;
  color: #fff;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
}
.header a {
  color: #fff;
}
.header > .container {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.header > .container:after {
  display: none;
}
.header .logo {
  z-index: 1;
  float: left;
  display: block;
  position: absolute;
  top: 0.15rem;
  left: 0;
  transition: all .5s;
}
.header .logo img {
  vertical-align: middle;
  position: relative;
  max-height: 0.62rem;
}
.header .img-2 {
  display: none;
}
.header .other {
  height: 0.9rem;
  text-align: right;
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .other .otherC {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}
.header .searchBtn {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 0.22rem;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  margin-left: 0.2rem;
  position: relative;
  z-index: 1;
}
.header .searchBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s;
}
.header .searchBtn svg {
  fill: #000;
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
}
.header .searchBtn:hover {
  border-color: rgba(255, 255, 255, 0);
}
.header .searchBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header .searchBtn:hover svg {
  fill: #fff !important;
}
.header.header-2 .logo .img-1 {
  display: none;
}
.header.header-2 .logo .img-2 {
  display: block;
}
.header.header-2 .searchBtn svg {
  fill: #fff;
}
.header.header-2 .common-nav > .listNav > li > a {
  color: #fff;
}
.header.header-2 .common-nav > .listNav > li .icon::before {
  border-color: #fff;
}
.header.header-2 .common-nav > .listNav > li:hover > a,
.header.header-2 .common-nav > .listNav > li.active > a {
  color: #fff;
}
.header.header-2 .navPhoneBtn span {
  background: #fff;
}
.header.fixed {
  background: #fff;
  box-shadow: 0 0.06rem 0.15rem 0 rgba(127, 175, 212, 0.16);
}
.header.fixed .logo .img-1 {
  display: block;
}
.header.fixed .logo .img-2 {
  display: none;
}
.header.fixed .searchBtn svg {
  fill: var(--main-color);
}
.header.fixed .tel {
  color: var(--main-color);
}
.header.fixed .tel::before {
  background: var(--main-color);
}
.header.fixed .tel .icon {
  background-image: url(../images/icon/tel-1.png);
}
.header.fixed .navPhoneBtn span {
  background: var(--main-color);
}
.header.fixed .common-nav > .listNav > li > a {
  color: #212121;
}
.header.fixed .common-nav > .listNav > li .icon::before {
  border-color: #666;
}
.header.fixed .common-nav > .listNav > li:hover > a,
.header.fixed .common-nav > .listNav > li.active > a {
  color: var(--main-color);
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    position: fixed;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
  }
  .header .logo {
    padding-left: 20px;
  }
  .header .logo img {
    max-height: 35px;
  }
  .header .logo .img-1 {
    display: block!important;
  }
  .header .logo .img-2 {
    display: none!important;
  }
  .header .other {
    height: 40px;
    display: none;
  }
  .header .searchBtn {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    margin-left: 20px;
  }
  .header .searchBtn svg {
    fill: var(--main-color);
    width: 28px;
    height: 28px;
  }
  .header .tel {
    margin-left: 10px;
    padding: 0 15px;
    line-height: 44px;
    height: 44px;
    font-size: 20px;
  }
  .header .tel::before {
    width: 1px;
    height: 10px;
  }
  .header .tel .icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 20px;
  }
  .header .tel .icon:after {
    width: 72px;
    height: 72px;
  }
}
.fp-viewing-section3 .header,
.fp-viewing-section6 .header {
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
#searchPopup {
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .searchBox {
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 1.3rem;
  opacity: 0;
  transition: all .5s;
}
#searchPopup .searchBox.fadeIn {
  top: 100px;
  opacity: 1;
  z-index: 999;
}
#searchPopup .searchBox .container {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  transform: translateX(-0.7rem);
}
#searchPopup .searchBox input {
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 40%;
  padding: 0 0.15rem;
  font-size: 0.16rem;
  height: 0.5rem;
  line-height: 0.48rem;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  background: var(--main-color);
  text-align: center;
}
#searchPopup .searchBox .btn svg {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.08rem auto 0 auto;
}
#searchPopup .searchBox .btn .cls-1 {
  fill: #fff;
}
#searchPopup .searchBox .btn .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 0.95rem;
}
@media screen and (max-width: 1024px) {
  #searchPopup .searchBox .container {
    transform: translateX(0);
  }
  #searchPopup .searchBox input {
    width: 100%;
  }
  #searchPopup .searchBox .btn {
    right: 15px;
  }
}
.transparent {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.common-nav {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.common-nav:after {
  content: "";
  display: block;
  clear: both;
}
.common-nav > .listNav {
  display: flex;
  justify-content: space-between;
  font-size: 0;
  text-align: center;
}
.common-nav > .listNav > li {
  text-align: center;
  position: relative;
  padding: 0 0.2rem;
}
.common-nav > .listNav > li.li-static {
  position: static;
}
.common-nav > .listNav > li > a {
  font-size: 0.18rem;
  color: #031c0b;
  height: 0.9rem;
  padding: 0.3rem 0.1rem;
  line-height: 0.34rem;
  z-index: 1;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.common-nav > .listNav > li > a > span {
  display: block;
  overflow: hidden;
  height: 0.3rem;
  line-height: 0.3rem;
  position: relative;
}
.common-nav > .listNav > li > a .txt-1 {
  display: block;
  transition: .5s;
}
.common-nav > .listNav > li > a .txt-2 {
  display: block;
  transform: translateY(100%);
  transition: .5s;
}
.common-nav > .listNav > li > a:hover {
  font-weight: 700;
}
.common-nav > .listNav > li .icon {
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.common-nav > .listNav > li .icon:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 0.09rem;
  height: 0.09rem;
  border-top: 0.01rem solid #666666;
  border-right: 0.01rem solid #666666;
  transform: translate(-50%, -50%) rotate(135deg);
}
.common-nav > .listNav > li:hover > a,
.common-nav > .listNav > li.active > a {
  color: var(--main-color);
}
.common-nav > .listNav > li:hover > a > span:after,
.common-nav > .listNav > li.active > a > span:after {
  width: 100%;
}
.common-nav > .listNav > li:hover > a .txt-1,
.common-nav > .listNav > li.active > a .txt-1 {
  transform: translateY(-100%);
}
.common-nav > .listNav > li:hover > a .txt-2,
.common-nav > .listNav > li.active > a .txt-2 {
  transform: translateY(-100%);
}
.common-nav > .listNav > li.active > a {
  font-weight: 700;
}
.common-nav .child {
  display: block;
  width: 1.9rem;
  color: #333333;
  text-align: center;
  position: absolute;
  z-index: 999;
  padding-top: 0.1rem;
  top: 0.66rem;
  left: 50%;
  transform-origin: 0 0;
  transform: scaleY(0) translateX(-50%);
  transition: transform .2s;
}
.common-nav .child:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.06rem 0.08rem 0.06rem;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.02rem;
}
.common-nav .child .list {
  padding: 0.2rem 0.15rem;
  border-radius: 0.1rem;
  background: #ffffff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.common-nav .child .list li {
  width: 100%;
  padding-bottom: 0rem;
  float: left;
  display: block;
  position: relative;
}
.common-nav .child .list li:last-child {
  padding-bottom: 0;
}
.common-nav .child .list a {
  width: 100%;
  display: block;
  text-align: center;
  color: #333;
  font-size: 0.16rem;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.15rem;
  position: relative;
}
.common-nav .child .list a:hover {
  background: var(--main-color);
  color: #fff;
}
.common-nav .child .list a:hover:before {
  background: var(--main-color);
}
.common-nav .child .list .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-nav .child.show {
  display: block;
  transform: scaleY(1) translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .common-nav {
    display: none;
  }
}
.banner {
  clear: both;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner .pc {
  display: block;
}
.banner .mobile {
  display: none;
}
.banner li {
  float: left;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .container-0 {
  display: flex;
  justify-content: flex-end;
}

.banner .container-1 .item {
	padding-top: 5.5rem;
}

.banner .container-1 .item .button {
	text-align: left;
}

.banner .container-2 .item {
	padding-top: 4.5rem;
}

.banner .container-2 .item .button {
	text-align: left;
}


.banner .pc {
  display: block;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.banner .pc img {
  height: 100%;
  object-fit: cover;
  position: static;
}
.banner .mobile img {
  width: 100%;
  object-fit: fill;
  position: static;
}
.banner .item {
  width: 100%;
  position: relative;
  max-width: 5rem;
  padding-top: 0.9rem;
}
.banner .text {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0.2rem;
}
.banner .txt {
  line-height: 1.2rem;
  color: var(--main-color);
  font-size: 0.66rem;
}
.banner .txt span {
  font-weight: 700;
}
.banner .txt-2 {
  padding-top: 0.2rem;
  font-weight: 700;
  color: var(--main-color);
  font-size: 0.41rem;
}
.banner .txt-2 p:first-child {
  color: #333;
  font-size: 0.49rem;
}
.banner .f81 {
  font-size: 0.81rem;
}
.banner .f100 {
  font-size: 1.1rem;
}
.banner .img1 {
  top: 0;
  left: 0;
  position: absolute;
}
.banner .img1 img {
  max-height: 1.51rem;
}
.banner .button {
  margin-top: 0.6rem;
}
.banner .btnDiv {
  padding-top: 1.6rem;
}
.banner .swiper-slide-active .pc {
  animation: scrollArrow1 4s alternate;
}
.banner .swiper-slide-active .img1 img {
  animation: fadeInDown2 1.5s alternate;
}
.banner .swiper-slide-active .txt {
  animation: titFadeup1 2s alternate;
}
.banner .swiper-slide-active .txt-2 {
  animation: titFadeup1 2s alternate;
}
.banner .swiper-slide-active .button {
  animation: titFadeup1 2s alternate;
}
.banner .swiper-pagination {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  z-index: 9;
}
.banner .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.26rem;
  background: none;
  border-radius: 0;
  margin: 0 0.05rem;
  opacity: 1;
  position: relative;
  transition: all .5s;
}
.banner .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background: var(--main-color);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -0.16rem;
  left: 0;
  margin: auto;
  transition: .5s;
}
.banner .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
  transform-origin: center center;
  transition: .5s;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .swiper-pagination-bullet-active::after {
  bottom: 0;
  height: 0.26rem;
  border-radius: 0.1rem;
  background: var(--main-color);
}
.banner .swiper-pagination-bullet-active::before {
  opacity: 1;
  transform: rotate(0);
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  border: none;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  color: #cccccc;
  text-align: center;
  line-height: 0.5rem;
  margin: auto;
  cursor: pointer;
  top: 50%;
  transform: translateY(50%);
  position: absolute;
  z-index: 1;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  font-size: 0.16rem;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  background-color: var(--main-color);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .banner {
    height: auto;
    margin-top: 0.6rem;
  }
  .banner .pc {
    height: auto;
    display: none;
  }
  .banner .mobile {
    display: block;
  }
  .banner .text {
    margin-top: 30px;
  }
  .banner .txt {
    font-size: 24px;
  }
  .banner .btnDiv {
    padding-top: 30px;
  }
  .banner .swiper-pagination {
    bottom: 20px;
  }
  .banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 2px;
  }
  .banner .swiper-pagination-bullet::after {
    width: 8px;
    height: 8px;
    bottom: 0!important;
  }
  .banner .swiper-pagination-bullet::before {
    width: 24px;
    height: 24px;
  }
}
.fp-flex {
  display: flex;
  align-items: center;
  height: 100vh;
}
@media (max-width: 1024px) {
  .fp-flex {
    overflow: hidden;
    height: auto;
    display: block;
    width: 100%;
    padding: 40px 0;
  }
}
.index-about {
  position: relative;
  overflow: hidden;
}
.index-about .container {
  display: flex;
  justify-content: space-between;
  padding-top: 0rem;
}
.index-about .logo img {
  max-height: 1.4rem;
}
.index-about .line {
  right: 0;
  top: 0;
  position: absolute;
}
.index-about .line-2 {
  left: 0;
  bottom: 0;
  position: absolute;
}
.index-about .left {
  z-index: 9;
  position: relative;
  width: 43%;
}
.index-about .left .tit {
  color: #026b3d;
  font-size: 0.33rem;
  padding-bottom: 0.1rem;
}
.index-about .left .txt {
  line-height: 0.32rem;
  padding-top: 0.3rem;
}
.index-about .left .button {
  margin-top: 0.7rem;
}
.index-about .numlist {
  padding-top: 0.4rem;
  padding-right: 0.6rem;
}
.index-about .numlist ul {
  display: flex;
  justify-content: space-between;
}
.index-about .numlist li {
  color: #333;
}
.index-about .numlist li em {
  font-style: normal;
  padding-left: 0.1rem;
}
.index-about .numlist li i {
  font-style: normal;
  font-size: 0.46rem;
}
.index-about .numlist li p:first-child {
  line-height: 0.4rem;
}
.index-about .numlist .counter {
  font-size: 0.46rem;
}
.index-about .right {
  width: 55.5%;
  position: relative;
}
.index-about .right .pic {
  width: 124%;
}
.index-about .right .videobtn {
  display: block;
}
.index-about .right .circle {
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  transform: translate(30%, -50%);
}
.index-about .right .circle:before,
.index-about .right .circle:after {
  opacity: 0.5;
  background: #fff;
}
.index-about .right .circle i {
  margin-top: 0.4rem;
  border-radius: 0.05rem;
  border-left: solid 0.24rem var(--main-color);
  border-top: solid 0.14rem transparent;
  border-bottom: solid 0.14rem transparent;
}
@media (max-width: 1024px) {
  .index-about .container {
    display: block;
  }
  .index-about .left {
    width: 100%;
  }
  .index-about .left .txt {
    line-height: 24px;
  }
  .index-about .right {
    margin-top: 30px;
    width: 100%;
  }
  .index-about .right .pic {
    width: 100%;
  }
  .index-about .right .circle {
    transform: translate(-50%, -50%);
  }
  .index-about .numlist {
    padding-right: 0;
  }
}
.index-case .container {
  max-width: 19.2rem;
}
.index-case .item {
  position: relative;
}
.index-case .text {
  padding: 0.35rem;
}
.index-case .text:hover .button span::before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.index-case .text-2 {
  top: 1.5rem;
  left: 1.1rem;
  position: absolute;
}
.index-case .list {
  padding: 0 2rem;
  padding-top: 1.1rem;
}
.index-case .list .item {
  cursor: pointer;
  text-align: center;
}
.index-case .list .icon img {
  max-height: 0.41rem;
}
.index-case .list .tit {
  color: #333;
  font-size: 0.24rem;
  margin-top: 0.1rem;
  transition: all 334ms ease;
  position: relative;
}
.index-case .list .tit:before {
  content: "";
  width: 0rem;
  height: 0rem;
  display: inline-block;
  border-radius: 50%;
  transition: .2s;
  opacity: 0;
  border: solid 2px var(--main-color);
}
.index-case .list .swiper-slide-thumb-active .tit {
  font-weight: 700;
  color: #026b3d;
}
.index-case .list .swiper-slide-thumb-active .tit:before {
  opacity: 1;
  width: 0.14rem;
  height: 0.14rem;
  margin-right: 0.15rem;
}
.index-case .list-2 {
  margin: 0 -10.3rem;
  margin-top: 0.5rem;
}
.index-case .list-2 .swiper-container {
  overflow: inherit;
}
.index-case .list-2 .pic {
  transition: all 700ms linear;
  border-radius: 0.1rem;
  transform: scale(0.93);
}
.index-case .list-2 .pic img {
  border-radius: 0.1rem;
}
.index-case .list-2 .text {
  opacity: 0;
  transition: all 500ms ease;
  position: relative;
}
.index-case .list-2 .text .t-1 {
  font-size: 0.3rem;
  color: #026b3d;
  font-weight: 700;
}
.index-case .list-2 .text .t-2 {
  color: #666;
  font-size: 0.24rem;
}
.index-case .list-2 .text .button {
  top: 0.45rem;
  right: 0.25rem;
  position: absolute;
}
.index-case .list-2 .text-2 {
  transition: all 700ms ease;
  opacity: 0;
}
.index-case .list-2 .text-2 .t-1 {
  color: var(--main-color);
  font-size: 0.62rem;
  font-weight: 700;
}
.index-case .list-2 .text-2 .t-1 span {
  padding: 0 0.4rem;
  display: inline-block;
}
.index-case .list-2 .text-2 .t-2 {
  font-weight: 700;
  font-size: 0.26rem;
  color: var(--main-color);
  margin-top: 0.1rem;
}
.index-case .list-2 .text-2 .t-3 {
  color: #322f2c;
  font-size: 0.207rem;
  margin-top: 0.3rem;
}
.index-case .list-2 .swiper-slide-active .text {
  opacity: 1;
  padding-right: 1.5rem;
  animation: fadeInDown2 ease 2s;
}
.index-case .list-2 .swiper-slide-active .text-2 {
  opacity: 1;
}
.index-case .list-2 .swiper-slide-active .pic {
  transform: scale(1);
}
@media (max-width: 1024px) {
  .index-case .container {
    max-width: 640px;
  }
  .index-case .list {
    padding: 0;
  }
  .index-case .list .tit {
    font-size: 15px;
  }
  .index-case .list-2 {
    margin: 0;
    overflow: hidden;
    margin-top: 30px;
  }
  .index-case .list-2 .text {
    padding-left: 0!important;
    padding-bottom: 0!important;
  }
  .index-case .list-2 .text-2 {
    display: none!important;
  }
}
.index-news {
  padding-top: 0.5rem;
  background: #e3e4e5;
}
.index-news .container {
  max-width: 19.2rem;
}
.index-news .title {
  color: #fff;
  position: relative;
  padding-left: 1.8rem;
  font-family: "微软雅黑";
  font-weight: lighter;
  line-height: 2.2rem;
  font-size: 2.2rem;
}
.index-news .button {
  top: 0rem;
  right: 2rem;
  position: absolute;
  line-height: 0.5rem;
}
.index-news .swiper-container {
  overflow: inherit;
}
.index-news .list {
  margin: 0 -0.7rem;
  margin-top: -0.5rem;
}
.index-news .list .item {
  transition: all 500ms ease;
}
.index-news .list .pic {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.index-news .list .pic img {
  transition: all 700ms linear;
}
.index-news .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 65.95744681%;
}
.index-news .list .text {
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  overflow: hidden;
  background: #fff;
  transition: all 700ms ease;
  padding-top: 0.35rem;
  padding-bottom: 0.2rem;
  transition: all 500ms ease;
  position: relative;
}
.index-news .list .tit,
.index-news .list .txt,
.index-news .list .time {
  padding: 0 0.25rem;
}
.index-news .list .time {
  display: flex;
  color: #888;
  position: relative;
  margin-top: 0.2rem;
  padding-top: 0.15rem;
  font-family: var(--font-family-2);
  justify-content: space-between;
  border-top: solid 1px #eaeaea;
}
.index-news .list .time img {
  max-height: 0.2rem;
  margin-top: 0.02rem;
  margin-right: 0.05rem;
}
.index-news .list .time:after {
  content: "";
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: url(../images/arrow.png) no-repeat center center;
  background-size: cover;
}
.index-news .list .tit {
  transition: color 400ms ease;
  color: #333333;
  font-weight: 700;
  font-size: 0.23rem;
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .list .txt {
  color: #888;
  height: 0.56rem;
  line-height: 0.28rem;
  margin-top: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .list .swiper-container {
  padding-bottom: 0.4rem;
}
.index-news .list .swiper-pagination {
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0.5rem;
}
.index-news .list .swiper-pagination-bullet {
  margin: 0 0.08rem;
  opacity: 1;
  width: 0.08rem;
  height: 0.08rem;
  transition: all 500ms ease;
  background: #026b3d;
}
.index-news .list .swiper-pagination-bullet-active {
  width: 0.24rem;
  border-radius: 0.05rem;
}
@media (min-width: 1025px) {
  .index-news .item:hover {
    margin: 0 0.15rem;
    transform: scale(1.1);
  }
  .index-news .item:hover .pic img {
    transform: scale(1.1);
  }
  .index-news .item:hover .text:after {
    left: 0;
    width: 100%;
  }
  .index-news .item:hover .tit {
    color: #026b3d;
  }
  .index-news .item:hover .time:after {
    background: url(../images/arrow-2.png) no-repeat center center var(--main-color);
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .index-news {
    padding-top: 0;
  }
  .index-news .container {
    max-width: 640px;
  }
  .index-news .title {
    line-height: 50px;
    font-size: 50px;
    padding-left: 0;
  }
  .index-news .button {
    right: 0;
    top: 10px;
  }
  .index-news .list {
    margin: 0;
    margin-top: 30px;
    overflow: hidden;
  }
  .index-news .list .swiper-container {
    padding-bottom: 0px;
  }
  .index-news .layer-btn {
    top: -10px;
  }
  .index-news .index-title {
    margin-top: 0;
  }
  .index-news .list .time img {
    margin-right: 5px;
    margin-top: 2px;
    max-height: 18px;
  }
}
.index-list {
  background: #e3e4e5;
  padding: 0.5rem 0;
}
.index-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.9rem;
  justify-content: space-between;
}
.index-list li {
  padding-left: 0.8rem;
  position: relative;
}
.index-list li .icon {
  left: 0;
  top: -0.1rem;
  position: absolute;
}
.index-list li .icon img {
  max-height: 0.71rem;
  transition: all 334ms ease;
}
.index-list li .t-1 {
  color: #333;
  font-size: 0.2rem;
  transition: .5s;
}
.index-list li .t-2 {
  font-size: 0.14rem;
  color: var(--main-color);
}
.index-list li:hover .icon img {
  transform: rotateY(180deg);
}
.index-list li:hover .t-1 {
  font-weight: 700;
  color: var(--main-color);
}
@media (max-width: 1024px) {
  .index-list ul {
    padding-left: 0;
    padding-right: 0;
  }
  .index-list li .t-2 {
    font-size: 12px;
  }
}
@media (max-width: 540px) {
  .index-list {
    padding: 20px 0;
  }
  .index-list li {
    width: 50%;
    margin: 10px 0;
  }
}
/*footer*/
.fp-auto-height .index-list {
  background: #fff;
}
.footer {
  background-color: #2f343a;
  background-repeat: no-repeat;
  background-size: cover;
  color: #c3c3c3;
}
.footer a {
  color: #c3c3c3;
}
.footer a:hover {
  color: #fff;
}
.footer .container {
  position: relative;
}
.footer .scrolldb {
  top: 0.2rem;
  right: 0;
  color: #fff;
  background: #026b3d;
  padding-top: 0.18rem;
  width: 0.46rem;
  height: 0.46rem;
  font-size: 0.14rem;
  text-align: center;
  transition: all 500ms ease;
  position: absolute;
}
.footer .scrolldb:before {
  top: 0.1rem;
  left: 50%;
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  margin-left: -0.04rem;
  position: absolute;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  transform: rotate(45deg);
}
.footer .scrolldb:hover {
  background: #00834a;
}
@media (max-width: 1024px) {
  .footer .scrolldb {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .footer .scrolldb:before {
    width: 8px;
    height: 8px;
  }
}
.footer .hd {
  overflow: hidden;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px rgba(255, 255, 255, 0.05) solid;
}
.footer .logo img {
  max-height: 0.9rem;
}
.footer .bd {
  display: flex;
  flex-wrap: wrap;
}
.footer .right {
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
  padding-left: 0.5rem;
  width: 23%;
  float: left;
}
.footer .right .title {
  color: #fff;
  font-size: 0.24rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.2rem;
}
.footer .tel {
  font-family: var(--font-family-4);
  color: #fff;
  font-size: 0.32rem;
  margin-bottom: 0.2rem;
}
.footer .tel a {
  color: #fff;
}
.footer .tel a:hover {
  text-decoration: none;
}
.footer .fwrx {
  line-height: 0.24rem;
  padding-left: 0.25rem;
  position: relative;
}
.footer .fwrx .icon {
  user-select: none;
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: 0.04rem;
  left: 0;
}
.footer .fwrx .icon img {
  vertical-align: top;
}
.footer .p-1 {
  line-height: 0.24rem;
  margin-bottom: 0.24rem;
  padding-left: 0.25rem;
  position: relative;
}
.footer .p-1 .icon {
  user-select: none;
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: 0.04rem;
  left: 0;
}
.footer .p-1 .icon img {
  vertical-align: top;
}
.footer .socialMedia {
  margin-top: 0.3rem;
}
.footer .socialMedia .listMedia {
  display: flex;
  align-items: center;
  margin-left: -0.03rem;
  margin-right: -0.03rem;
}
.footer .socialMedia .listMedia li {
  display: inline-block;
  padding: 0 0.03rem;
}
.footer .socialMedia .listMedia li:hover .icon {
  border-color: #026b3d;
  background: #026b3d;
}
.footer .socialMedia .listMedia .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer .socialMedia .listMedia .icon {
  border: 1px #555555 solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background-repeat: no-repeat;
}
.footer .socialMedia .listMedia .icon img {
  width: 0.3rem;
  height: 0.3rem;
}
.footer .socialMedia .listMedia .down {
  display: none;
  color: #666;
  text-align: center;
  font-size: 0.14rem;
  align-items: center;
  width: 2.3rem;
  cursor: initial;
  padding-top: 0.2rem;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.footer .socialMedia .listMedia .down .txt {
  display: block;
}
.footer .socialMedia .listMedia .down .ewm {
  margin: auto;
  background: #fff;
  width: 1.22rem;
  border: 1px #343638 solid;
  padding: 0.05rem;
  position: relative;
}
.footer .socialMedia .listMedia .down .ewm:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.1rem 0.06rem 0 0.06rem;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.footer .socialMedia .listMedia .active .down {
  display: block;
}
.footer .socialMedia .listMedia .box:hover .down {
  display: block;
}
.footer .menu {
  width: 77%;
  float: left;
  overflow: hidden;
}
.footer .menu > .list {
  min-height: 100%;
  display: flex;
  justify-content: space-between;
  margin-left: -0.5rem;
}
.footer .menu > .list > li {
  border-right: 1px rgba(255, 255, 255, 0.05) solid;
  width: 20%;
  float: left;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
}
.footer .menu > .list > li > a {
  color: #fff;
  font-size: 0.24rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.2rem;
}
.footer .menu .child {
  position: relative;
}
.footer .menu .child a {
  color: #b9b9b9;
  font-size: 0.16rem;
  display: block;
  line-height: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  transition: .5s;
  position: relative;
}
.footer .menu .child a:hover {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer {
    font-size: 14px;
  }
  .footer .hd {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .logo {
    width: auto;
  }
  .footer .right {
    width: 100%;
    padding: 20px 0;
  }
  .footer .right .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .footer .fwrx {
    line-height: 24px;
    padding-left: 25px;
  }
  .footer .fwrx .icon {
    width: 16px;
    height: 16px;
    top: 4px;
  }
  .footer .tel {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .footer .p-1 {
    padding-left: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .footer .p-1 .icon {
    width: 16px;
    height: 16px;
  }
  .footer .scrolldb {
    right: 20px;
    top: 10px;
  }
  .footer .socialMedia {
    margin-top: 20px;
    text-align: left;
  }
  .footer .socialMedia .listMedia {
    display: block;
  }
  .footer .socialMedia .listMedia li {
    padding: 0 5px 10px 5px;
    float: left;
  }
  .footer .socialMedia .listMedia .icon {
    width: 42px;
    height: 42px;
  }
  .footer .socialMedia .listMedia .icon img {
    width: 30px;
    height: 30px;
  }
  .footer .socialMedia .listMedia .box {
    border: none;
  }
  .footer .socialMedia .listMedia .down {
    width: auto;
    padding-top: 0;
    margin-right: 0;
    left: 0;
    transform: translateX(0);
  }
  .footer .socialMedia .listMedia .down .txt {
    display: none;
  }
  .footer .socialMedia .listMedia .down .ewm {
    width: 132px;
    padding: 5px;
  }
  .footer .socialMedia .listMedia .down .ewm:after {
    display: none;
  }
  .footer .menu {
    display: none;
  }
}
.copyright {
  padding: 0.15rem 0;
  font-size: 0.13rem;
  border-top: 1px rgba(255, 255, 255, 0.05) solid;
}
.copyright .span-1 {
  margin-right: 0.3rem;
}
.copyright a {
  color: #c3c3c3;
}
.copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
.copyright .a-1 {
  float: right;
}
@media screen and (max-width: 1024px) {
  .copyright {
    line-height: 1.5;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
  }
  .copyright .span-1 {
    margin-right: 5px;
  }
  .copyright .a-1 {
    float: none;
    display: block;
  }
}
.active.index-about .line {
  animation: 4s alternate fadeInLeft2 infinite;
}
.active.index-about .line-2 {
  animation: 4s alternate fadeInLeft2 infinite;
}
.active.index-about .left .tit {
  animation: 1.5s linear titFadeup1;
}
.active.index-about .left .logo {
  animation: 1.6s linear fadeInUp2;
}
.active.index-about .left .txt {
  animation: 1.7s linear fadeInDown2;
}
.active.index-case .list {
  animation: 1.2s scrollArrow linear;
}
.active.index-case .list-2 {
  animation: 1.5s fadeInDown2 linear;
}
.active.index-news .title {
  animation: 1.2s scrollArrow linear;
}
.active.fp-auto-height .index-list li {
  animation: 1.2s scrollArrow linear;
}
.inside-banner {
  text-align: center;
  position: relative;
}
.inside-banner .tu img {
  width: 100%;
}
.inside-banner .txtbox {
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
}
.inside-banner .cn {
  z-index: 3;
  position: relative;
  font-size: 0.6rem;
  line-height: 0.7rem;
  font-weight: 700;
  color: #fff;
}
.inside-banner .en {
  opacity: 0.4;
  color: #769594;
  position: relative;
  margin-top: -0.9rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: var(--font-family-3);
  text-transform: uppercase;
  text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;
}
.inside-banner .tag {
  color: #fff;
  font-size: 0.2rem;
  position: relative;
  margin-top: -0.1rem;
}
@media (max-width: 1024px) {
  .inside-banner {
    height: auto;
    margin-top: 60px;
  }
}
@media (max-width: 540px) {
  .inside-banner .cn {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-banner .en {
    font-size: 50px;
    line-height: 60px;
    margin-top: -45px;
  }
}
.inside-banner-2 .txtbox {
  text-align: left;
}
.inside-banner-2 .t-1 {
  font-size: 0.61rem;
  line-height: 0.7rem;
  font-weight: 700;
  color: var(--main-color);
}
.inside-banner-2 .t-2 {
  color: #026b3d;
  font-size: 0.2rem;
  padding: 0.1rem 0;
}
.inside-banner-2 .t-3 {
  color: #333;
  font-weight: 700;
  font-size: 0.44rem;
}
@media (max-width: 640px) {
  .inside-banner-2 .t-1 {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-banner-2 .t-2 {
    display: none;
  }
  .inside-banner-2 .t-3 {
    font-size: 18px;
  }
}
.inside-banner-3 .txtbox {
  text-align: left;
}
.inside-banner-3 .t-1 {
  font-size: 0.67rem;
  line-height: 0.7rem;
  font-weight: 700;
  color: var(--main-color);
}
.inside-banner-3 .t-2 {
  color: #026b3d;
  font-size: 0.215rem;
  padding: 0.1rem 0;
}
.inside-banner-3 .t-3 {
  color: #333;
  font-weight: 700;
  font-size: 0.375rem;
}
.inside-banner-3 .list {
  max-width: 6.8rem;
  padding-top: 0.6rem;
}
.inside-banner-3 .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-banner-3 .list li:first-child {
  margin-left: 0;
}
.inside-banner-3 .list li {
  text-align: center;
}
.inside-banner-3 .list li .icon {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  border-radius: 50%;
  border: solid 0.03rem #026b3d;
}
.inside-banner-3 .list li .icon img {
  max-height: 0.8rem;
}
.inside-banner-3 .list li .t-4 {
  color: #333333;
  font-size: 0.22rem;
  margin-top: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-banner-3 .t-1 {
    font-size: 30px;
    line-height: 40px;
  }
  .inside-banner-3 .t-2 {
    font-size: 12px;
  }
  .inside-banner-3 .t-3 {
    font-size: 17px;
  }
  .inside-banner-3 .list {
    max-width: 4.8rem;
    padding-top: 20px;
  }
}
@media (max-width: 640px) {
  .inside-banner-3 .list {
    display: none;
  }
  .inside-banner-3 .t-1 {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-banner-3 .t-2 {
    display: none;
  }
  .inside-banner-3 .t-3 {
    font-size: 14px;
  }
}
.inside-box {
  left: 0;
  z-index: 10;
  top: 0.8rem;
  background: #f6f6f6;
}
.inside-box .container {
  display: flex;
  justify-content: space-between;
}
.inside-menu {
  width: 70%;
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-menu li {
  width: 20%;
  transition: all 334ms ease;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.8rem;
}
.inside-menu li a {
  color: #333;
  display: block;
}
.inside-menu li .icon {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.inside-menu li .icon img {
  margin-right: 0.05rem;
  margin-bottom: 0.1rem;
  vertical-align: middle;
  max-height: 0.31rem;
}
.inside-menu li .ic2 {
  display: none;
}
.inside-menu li:hover,
.inside-menu .cur {
  background: #026b3d;
}
.inside-menu li:hover a,
.inside-menu .cur a {
  color: #fff;
}
.inside-menu li:hover .ic1,
.inside-menu .cur .ic1 {
  display: none;
}
.inside-menu li:hover .ic2,
.inside-menu .cur .ic2 {
  display: inline-block;
}
@media (max-width: 1024px) {
  .inside-menu {
    display: none;
  }
}
.inside-menu-2 li {
  width: 25%;
}
.inside-menu-3 li {
  width: 33.33333333%;
}
.inside-menu-4 li {
  width: 12.5%;
}
.inside-current {
  width: 28%;
  font-size: 0.16rem;
  line-height: 0.8rem;
  text-align: right;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current img {
  max-height: 0.31rem;
  vertical-align: middle;
  margin-bottom: 0.03rem;
}
.inside-current b {
  color: #026b3d;
}
@media (max-width: 1024px) {
  .inside-current {
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  .inside-current img {
    max-height: 24px;
    margin-bottom: 3px;
  }
}
.inside-message {
  position: relative;
  padding: 0.9rem 0;
}
.inside-message .hezi {
  display: flex;
  min-height: 7rem;
  justify-content: space-between;
  border-radius: 0.4rem;
  box-shadow: 0 0 0.3rem rgba(0, 61, 150, 0.15);
}
.inside-message .lefttext {
  width: 37%;
  color: #fff;
  padding-left: 0.6rem;
  padding-right: 0.3rem;
  padding-top: 0.7rem;
  line-height: 0.3rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.inside-message .lefttext h2 {
  font-size: 0.4rem;
}
.inside-message .lefttext .txt {
  font-weight: 700;
  font-size: 0.18rem;
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
}
.inside-message .lefttext .t1 {
  font-weight: 700;
  padding-left: 0.4rem;
  position: relative;
  margin-top: 0.15rem;
}
.inside-message .lefttext .t1 img {
  left: 0;
  top: 0.03rem;
  position: absolute;
  max-height: 0.22rem;
}
.inside-message .lefttext .t1 a {
  color: #fff;
}
.inside-message .lefttext .t2 span {
  display: block;
  padding-left: 0.47rem;
}
.inside-message .lefttext .tel {
  line-height: 0.4rem;
  font-size: 0.36rem;
  font-weight: 700;
  padding-bottom: 0.2rem;
}
.inside-message .list {
  width: 63%;
  background: #ffffff;
  padding: 0.6rem 0.7rem;
}
.inside-message .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-message .list li {
  width: 100%;
  position: relative;
  margin-top: 0.15rem;
}
.inside-message .list li:first-child {
  margin-top: 0;
}
.inside-message .list label {
  left: 0.15rem;
  top: 0.24rem;
  position: absolute;
  color: #ff0000;
}
.inside-message .list li:first-child {
  width: 49%;
}
.inside-message .list li:nth-child(2) {
  width: 49%;
  margin-top: 0;
}
.inside-message .list .bt {
  color: #026b3d;
  font-weight: 700;
  font-size: 0.4rem;
  padding-bottom: 0.5rem;
}
.inside-message .list .input1,
.inside-message .list .itextarea {
  width: 100%;
  border: 0;
  color: #77b097;
  font-size: 0.16rem;
  padding: 0.2rem 0.23rem;
  line-height: 0.3rem;
  height: 0.7rem;
  border-radius: 0.1rem;
  background: #f8f8f8;
  font-family: "微软雅黑";
  transition: all 500ms ease;
  border: solid 1px #f8f8f8;
}
.inside-message .list .input1:focus,
.inside-message .list .itextarea:focus {
  background: #fdfffe;
  border-color: #026b3d;
}
.inside-message .list .input1::-webkit-input-placeholder,
.inside-message .list .itextarea::-webkit-input-placeholder {
  color: #77b097;
}
.inside-message .list .input1:-moz-placeholder,
.inside-message .list .itextarea:-moz-placeholder {
  color: #77b097;
  opacity: 1;
}
.inside-message .list .input1::-moz-placeholder,
.inside-message .list .itextarea::-moz-placeholder {
  color: #77b097;
  opacity: 1;
}
.inside-message .list .input1:-ms-input-placeholder,
.inside-message .list .itextarea:-ms-input-placeholder {
  color: #77b097;
}
.inside-message .list .itextarea {
  height: 1.4rem;
}
.inside-message .list .tag {
  padding-top: 0.1rem;
}
.inside-message .list .btn,
.inside-message .list .btn-2 {
  color: #fff;
  border: 0;
  font-size: 0.16rem;
  height: 0.34rem;
  line-height: 0.34rem;
  border-radius: 0.05rem;
  min-width: 1.2rem;
  background: #026b3d;
}
.inside-message .list .btn-2 {
  color: #77b097;
  background: #fff;
  margin-left: 0.1rem;
  border: solid 1px #7b879a;
}
@media (max-width: 1024px) {
  .inside-message {
    padding: 40px 0;
  }
  .inside-message .hezi {
    min-height: auto;
    display: block;
    border-radius: 0;
  }
  .inside-message .lefttext {
    width: 100%;
    border-radius: 0;
    line-height: 30px;
    padding: 30px;
    background: var(--main-color) !important;
  }
  .inside-message .lefttext .txt {
    font-size: 14px;
    padding: 15px 0;
  }
  .inside-message .lefttext .t1 {
    padding-left: 30px;
    margin-top: 0;
  }
  .inside-message .lefttext .t1 img {
    top: 6px;
    max-height: 20px;
  }
  .inside-message .list {
    width: 100%;
    padding: 30px 20px;
  }
  .inside-message .list .bt {
    padding-bottom: 20px;
  }
  .inside-message .list .input1,
  .inside-message .list .itextarea {
    font-size: 14px;
    height: auto;
    line-height: 50px;
    padding: 0 20px;
  }
  .inside-message .list .btn,
  .inside-message .list .btn-2 {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
  }
}
@media (max-width: 420px) {
  .inside-message .list .tag {
    font-size: 12px;
  }
}
.inside-news-top {
  padding: 0.8rem 0;
}
.inside-news-top .container {
  position: relative;
}
.inside-news-top .list {
  background: #f6f6f6;
  padding: 0.4rem;
  border-radius: 0.1rem;
}
.inside-news-top .list a {
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}
.inside-news-top .list a:hover .pic img {
  transform: scale(1.1);
}
.inside-news-top .list a:hover .tit {
  color: #026b3d;
}
.inside-news-top .list a:hover .button span:before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.inside-news-top .list .pic {
  width: 38%;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.inside-news-top .list .pic img {
  transition: all 700ms ease;
}
.inside-news-top .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 66.24087591%;
}
.inside-news-top .list .txtbox {
  width: 55%;
  padding-left: 0.9rem;
}
.inside-news-top .list .time {
  color: #026b3d;
}
.inside-news-top .list .time img {
  margin-right: 0.1rem;
  margin-bottom: 0.05rem;
  vertical-align: middle;
  max-height: 0.2rem;
}
.inside-news-top .list .tit {
  transition: color 334ms ease;
  color: #333;
  margin-top: 0.15rem;
  font-weight: 700;
  height: 0.32rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-news-top .list .txt {
  color: #666;
  margin-top: 0.15rem;
  height: 1.6rem;
  line-height: 0.32rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.inside-news-top .list .button {
  height: 0.44rem;
  line-height: 0.44rem;
  margin-top: 0.3rem;
}
.inside-news-top .list .button span {
  min-width: 1.05rem;
  font-size: 0.16rem;
}
.inside-news-top .swiper-box {
  position: relative;
}
.inside-news-top .swiper-button-prev,
.inside-news-top .swiper-button-next {
  top: 0.7rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  border: solid 1px #026b3d;
  background: url(../images/prev.png) no-repeat center center;
  background-size: cover;
  vertical-align: top;
}
.inside-news-top .swiper-button-prev:after,
.inside-news-top .swiper-button-next:after {
  font-size: 0;
}
.inside-news-top .swiper-button-prev {
  left: 3rem;
}
.inside-news-top .swiper-button-next {
  right: 3rem;
  background: url(../images/next.png) no-repeat center center;
  background-size: cover;
}
.inside-news-top .swiper-pagination-progressbar {
  height: 2px;
  margin: 0 auto;
  width: 100%;
  left: 50%;
  bottom: -0.7rem;
  transform: translateX(-50%);
  max-width: 8rem;
  background: #e3e3e3;
}
.inside-news-top .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #026b3d;
}
@media (max-width: 1024px) {
  .inside-news-top {
    padding: 40px 0;
  }
  .inside-news-top .list .txtbox {
    padding: 15px;
    padding-right: 0;
    padding-left: 30px;
  }
  .inside-news-top .list .button {
    display: none;
  }
  .inside-news-top .list .time {
    font-size: 14px;
  }
  .inside-news-top .list .time img {
    max-height: 13px;
    margin-right: 5px;
  }
  .inside-news-top .list .txt {
    margin-top: 10px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .inside-news-top .swiper-button-prev {
    left: 0px;
    z-index: 11;
    background-color: #fff;
  }
  .inside-news-top .swiper-button-next {
    right: 0px;
    z-index: 11;
    background-color: #fff;
  }
  .inside-news-top .swiper-button-prev,
  .inside-news-top .swiper-button-next {
    top: 55px;
  }
  .inside-news-top .swiper-pagination-progressbar {
    max-width: 85%;
  }
}
@media (max-width: 480px) {
  .inside-news-top .list a {
    display: block;
  }
  .inside-news-top .list .pic {
    width: 100%;
  }
  .inside-news-top .list .txtbox {
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
}
.inside-news {
  background: transparent;
  padding-top: 0.2rem;
  padding-bottom: 0.7rem;
}
.inside-news .container {
  max-width: 15.2rem;
}
.inside-news .list {
  margin-left: 0;
  margin-right: 0;
  overflow: inherit;
  margin-top: 0rem;
}
.inside-news .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
.inside-news .list li {
  width: 33.3333%;
  padding: 0 0.3rem;
  margin-top: 0.6rem;
}
.inside-news .list .item {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.inside-news .list .item:hover {
  margin: 0;
  transform: scale(1);
}
.inside-news .list .item:hover .time:after {
  background: url(../images/arrow-3.png) no-repeat transparent;
  background-size: cover;
}
.inside-news .list .item:hover .year {
  color: #026b3d;
}
.inside-news .list .item:hover .year:before {
  background: url(../images/time-2.png) no-repeat;
  background-size: cover;
}
.inside-news .list .text {
  border: 0;
  margin-left: 0;
}
.inside-news .list .text:after {
  left: 0;
  width: 100%;
}
.inside-news .list .year {
  position: relative;
}
.inside-news .list .year:before {
  content: "";
  margin-top: 0.04rem;
  vertical-align: top;
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.1rem;
  display: inline-block;
  background: url(../images/time.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .inside-news {
    padding-bottom: 40px;
  }
  .inside-news .container {
    max-width: 640px;
  }
  .inside-news .list {
    margin-top: 0;
  }
  .inside-news .list li {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .inside-news .list li {
    width: 100%;
  }
}
.inside-news-show {
  position: relative;
  line-height: 0.3rem;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}
.inside-news-show h1 {
  color: #333841;
  font-weight: 700;
  line-height: 0.46rem;
  font-size: 0.32rem;
  text-align: center;
}
.inside-news-show .info {
  color: #333841;
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
  text-align: center;
  padding: 0.1rem 0;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
}
.inside-news-show .info span {
  padding: 0 0.3rem;
  display: inline-block;
}
.inside-news-show .tag {
  margin-bottom: 0.3rem;
  position: relative;
  padding: 0.3rem 0.5rem;
  background: #e3e4e5;
}
.inside-news-show .tag:before {
  content: "";
  height: 1px;
  vertical-align: middle;
  background: #666;
  width: 0.4rem;
  display: inline-block;
}
.inside-news-show .tu {
  margin-top: 0.15rem;
}
@media (max-width: 1024px) {
  .inside-news-show {
    line-height: 24px;
    padding-bottom: 50px;
  }
  .inside-news-show .info {
    font-size: 12px;
  }
  .inside-news-show .info span {
    padding: 0 10px;
  }
}
.inside-tag {
  line-height: 0.4rem;
  margin-top: 0.6rem;
}
.inside-tag .f18 {
  color: #333;
}
.inside-tag a {
  color: #fff;
  border-radius: 0.05rem;
  margin: 0 0.05rem;
  padding: 0 0.2rem;
  display: inline-block;
  background: #026b3d;
}
.inside-tag a:hover {
   color: #fff;
}
.inside-page-news {
  font-size: 0.18rem;
  margin-top: 0.6rem;
  height: 0.57rem;
  line-height: 0.55rem;
  overflow: hidden;
  position: relative;
  color: #333841;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.inside-page-news li {
  width: 45%;
  float: left;
  transition: all 500ms ease;
  padding: 0 0.6rem;
}
.inside-page-news li a {
  color: #333841;
}
.inside-page-news li:nth-child(2) {
  float: right;
}
.inside-page-news .fanhui {
  width: 10%;
  top: 0;
  left: 50%;
  padding: 0;
  height: 100%;
  text-align: center;
  transform: translateX(-50%);
  position: absolute;
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
}
.inside-page-news .fanhui img {
  margin-bottom: 0.03rem;
  vertical-align: middle;
  max-height: 0.2rem;
}
.inside-page-news li:hover {
  color: #fff;
  background: #026b3d;
}
.inside-page-news li:hover a {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-page-news {
    margin-top: 30px;
    height: auto;
    border: 0;
    font-size: 14px;
  }
  .inside-page-news li {
    height: 44px;
    overflow: hidden;
    line-height: 43px;
    padding: 0 15px!important;
    width: 100%!important;
    text-align: left!important;
    border-bottom: solid 1px #ddd;
  }
  .inside-page-news .fanhui {
    display: none;
  }
}
.inside-xg-news {
  padding-top: 0;
  background: #fff;
}
.inside-xg-news .container {
  max-width: 15.2rem;
}
.inside-xg-news .title {
  font-weight: 700;
  color: #333841;
  font-size: 0.42rem;
  padding-left: 0;
  line-height: 0.5rem;
}
.inside-xg-news .list {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.3rem;
  margin-top: 0.4rem;
}
.inside-xg-news .list .item {
  border-radius: 0.1rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.inside-xg-news .list .year {
  position: relative;
}
.inside-xg-news .list .year:before {
  content: "";
  margin-top: 0.04rem;
  vertical-align: top;
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.1rem;
  display: inline-block;
  background: url(../images/time.png) no-repeat;
  background-size: cover;
}
.inside-xg-news .list .item:hover {
  margin: 0;
  transform: scale(1);
}
.inside-xg-news .list .item:hover .time:after {
  background: url(../images/arrow-3.png) no-repeat transparent;
  background-size: cover;
}
.inside-xg-news .list .item:hover .year {
  color: #026b3d;
}
.inside-xg-news .list .item:hover .year:before {
  background: url(../images/time-2.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .inside-xg-news {
    padding-bottom: 40px;
  }
  .inside-xg-news .container {
    max-width: 640px;
  }
  .inside-xg-news .title {
    font-size: 24px;
  }
  .inside-xg-news .item {
    margin-bottom: 10px;
  }
}
.inside-ditu img {
  width: 100%;
}
.inside-jmal {
  padding: 0.65rem 0;
}
.inside-jmal ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.inside-jmal li {
  width: 25%;
  padding: 0.15rem;
}
.inside-jmal li .pic {
  overflow: hidden;
}
.inside-jmal li .pic img {
  transition: all 700ms ease;
}
.inside-jmal li .item {
  min-height: 100%;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.inside-jmal li .text {
  padding: 0.25rem;
}
.inside-jmal li .tit {
  display: flex;
  line-height: 0.3rem;
  font-size: 0.2rem;
  justify-content: space-between;
}
.inside-jmal li .tit span:first-child {
  color: #333;
  font-size: 0.24rem;
  font-weight: 700;
}
.inside-jmal li .txt {
  line-height: 0.28rem;
  padding-top: 0.2rem;
}
.inside-jmal li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .inside-jmal {
    padding: 40px 0;
  }
  .inside-jmal li {
    width: 50%;
  }
  .inside-jmal li .text {
    padding: 20px;
  }
  .inside-jmal li .txt {
    line-height: 24px;
  }
}
@media (max-width: 390px) {
  .inside-jmal li {
    width: 100%;
  }
  .inside-jmal li:first-child {
    padding-top: 0;
  }
}
.inside-title {
  color: #333;
  font-weight: 700;
  font-size: 0.42rem;
}
@media (max-width: 1024px) {
  .inside-title {
    font-size: 24px;
  }
}
.inside-f20 {
  font-size: 0.2rem;
  padding-top: 0.15rem;
}
.inside-fwcx {
  padding: 0.8rem 0;
}
.inside-fwcx ul {
  padding-top: 0.3rem;
}
.inside-fwcx li {
  display: flex;
  font-size: 0.2rem;
  margin-top: 0.2rem;
  align-items: center;
  position: relative;
  transition: all 500ms ease;
  padding: 0.15rem 0.3rem;
  border: solid 1px #e9e9e9;
}
.inside-fwcx li .icon {
  display: inline-block;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  background: #e1ede8;
  transition: all 500ms ease;
  border: dashed 1px var(--main-color);
  position: relative;
}
.inside-fwcx li .icon img {
  max-height: 0.68rem;
}
.inside-fwcx li .icon:after {
  top: 0;
  content: "";
  height: 100%;
  right: -0.3rem;
  position: absolute;
  border-right: dashed 1px #ddd;
}
.inside-fwcx li .icon .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.5);
  position: absolute;
  transition: all 500ms ease;
}
.inside-fwcx li .green {
  font-weight: 700;
  color: var(--main-color);
}
.inside-fwcx li p {
  width: 85%;
  position: relative;
  padding-left: 0.6rem;
}
.inside-fwcx li:hover {
  color: #fff;
  border-color: var(--main-color);
  background: var(--main-color);
}
.inside-fwcx li:hover .icon {
  border-color: #fff;
  background: #1e7b52;
}
.inside-fwcx li:hover .icon .img1 {
  transform: scale(0);
}
.inside-fwcx li:hover .icon .img2 {
  opacity: 1;
  transform: scale(1);
}
.inside-fwcx li:hover .green {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-fwcx {
    padding: 40px 0;
  }
}
.inside-search {
  margin-top: 0.5rem;
  position: relative;
}
.inside-search input {
  width: 100%;
  height: 0.55rem;
  color: #666;
  font-family: "微软雅黑";
  font-size: 0.16rem;
  line-height: 0.53rem;
  border: solid 1px #e3e2e2;
  padding-left: 1.4rem;
  padding-right: 0.3rem;
  transition: all 334ms ease;
}
.inside-search input:focus {
  border-color: #026b3d;
}
.inside-search .btn {
  color: #fff;
  top: 1px;
  left: 1px;
  line-height: 0.53rem;
  text-align: center;
  width: 1.1rem;
  height: 0.53rem;
  position: absolute;
  background: #026b3d;
}
.inside-search .btn img {
  margin-left: 0.1rem;
  margin-top: 0.12rem;
  max-height: 0.26rem;
}
.inside-dowlist {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0.8rem 0;
}
.inside-dowlist .inside-title {
  text-align: center;
}
.inside-dowlist ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 -0.1rem;
  padding-top: 0.5rem;
}
.inside-dowlist li {
  width: 25%;
  padding: 0.1rem;
}
.inside-dowlist li:hover .pic img {
  transform: scale(1.05);
}
.inside-dowlist li:hover .t1 {
  color: var(--main-color);
  text-decoration: underline;
}
.inside-dowlist li:hover .dow {
  color: #fff;
  background: var(--main-color);
}
.inside-dowlist li:hover .dow:after {
  background-image: url(../images/dow-icon.png);
  background-size: cover;
}
.inside-dowlist .box {
  padding: 0.35rem;
  background: #f6f6f6;
}
.inside-dowlist .box a {
  display: flex;
}
.inside-dowlist .pic {
  width: 33%;
  overflow: hidden;
  position: relative;
  box-shadow: 0.1rem 0 0.15rem rgba(0, 0, 0, 0.15);
  border: solid 1px #e0e1e1;
}
.inside-dowlist .pic:after {
  content: "";
  display: block;
  padding-bottom: 130.52631579%;
}
.inside-dowlist .pic img {
  transition: all 700ms ease;
}
.inside-dowlist .text {
  width: 65%;
  text-align: left;
  padding-left: 0.3rem;
}
.inside-dowlist .t1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  color: #333;
  font-weight: 700;
  height: 0.3rem;
  line-height: 0.3rem;
  transition: color 500 ease-in-out;
}
.inside-dowlist .t2 {
  color: #666;
  font-family: arial;
  margin-top: 0.05rem;
}
.inside-dowlist .dow {
  color: #fff;
  margin-top: 0.27rem;
  font-size: 0.14rem;
  border-radius: 0.3rem;
  padding: 0 0.25rem;
  height: 0.35rem;
  line-height: 0.35rem;
  min-width: 1.44rem;
  display: inline-block;
  position: relative;
  background: #c4c4c4;
  transition: all 500 ease;
}
.inside-dowlist .dow:after {
  content: "";
  right: 0.25rem;
  top: 0.06rem;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../images/dow-icon.png);
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .inside-dowlist ul {
    padding-top: 20px;
  }
  .inside-dowlist li {
    width: 50%;
  }
  .inside-dowlist .box {
    padding: 20px;
  }
  .inside-dowlist .text {
    padding-left: 20px;
  }
  .inside-dowlist .t1 {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .inside-dowlist .t2 {
    font-size: 12px;
    margin: 10px 0;
  }
  .inside-dowlist .dow {
    font-size: 14px;
    min-width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .inside-dowlist .dow:after {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .inside-dowlist li {
    width: 100%;
    padding-top: 15px;
  }
  .inside-dowlist .pic {
    width: 32%;
  }
  .inside-dowlist .text {
    width: 68%;
  }
}
.inside-service {
  padding: 0.8rem 0;
}
.inside-service .inside-title {
  text-align: center;
}
.inside-service .listform {
  margin-top: 0.5rem;
}
.inside-service .listform ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.05rem;
}
.inside-service .listform li {
  width: 20%;
  padding: 0 0.05rem;
}
.inside-service .listform li select,
.inside-service .listform li input {
  width: 100%;
  color: #666;
  height: 0.54rem;
  line-height: 0.52rem;
  border-radius: 0.05rem;
  appearance: none;
  font-size: 0.16rem;
  padding-left: 0.2rem;
  padding-right: 0.4rem;
  border: solid 1px #d5d5d5;
  background-color: #fff;
  transition: all 334ms ease;
}
.inside-service .listform li select:focus,
.inside-service .listform li input:focus {
  border-color: var(--main-color);
}
.inside-service .listform li select {
  color: #999;
  background: url(../images/arrow-bot.jpg) no-repeat center right #ffffff;
}
.inside-service .listform li:nth-child(4) {
  width: 27%;
}
.inside-service .listform li:last-child {
  width: 13%;
  text-align: center;
}
.inside-service .listform li:last-child a {
  color: #fff;
  display: block;
  height: 0.54rem;
  font-size: 0.2rem;
  line-height: 0.54rem;
  border-radius: 0.05rem;
  background: var(--main-color);
}
.inside-service .list {
  padding-top: 0.2rem;
}
.inside-service .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-service .list li {
  width: 33.33333333%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.inside-service .list li p {
  color: #333;
  position: relative;
  margin-top: 0.15rem;
}
.inside-service .list li .item {
  transition: all 500ms ease;
  padding: 0.5rem 0.3rem;
  padding-bottom: 0.2rem;
  min-height: 100%;
  position: relative;
  border-radius: 0.1rem;
  border: solid 1px #d4d4d4;
}
.inside-service .list li .t-1 {
  right: 0;
  top: 0;
  margin-top: 0;
  position: absolute;
}
.inside-service .list li .t-1 span {
  color: #fff;
  border-top-right-radius: 0.05rem;
  border-bottom-left-radius: 0.05rem;
  line-height: 0.4rem;
  padding: 0 0.2rem;
  display: inline-block;
  background: var(--main-color);
}
.inside-service .list li .t-2 {
  color: #000;
  font-weight: 700;
  font-size: 0.21rem;
  padding-bottom: 0.1rem;
}
.inside-service .list li .t-3 {
  padding-left: 0.3rem;
  position: relative;
}
.inside-service .list li .t-3 img {
  top: 2px;
  left: 0;
  position: absolute;
  max-height: 0.21rem;
}
.inside-service .list li:hover .item {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
  border-color: var(--main-color);
}
@media (max-width: 1024px) {
  .inside-service {
    padding: 40px 0;
  }
  .inside-service .listform {
    margin-top: 20px;
  }
  .inside-service .listform li {
    margin-top: 10px;
    width: 50%;
  }
  .inside-service .listform li select,
  .inside-service .listform li input {
    font-size: 14px;
    height: 40px;
    line-height: 38px;
  }
  .inside-service .listform li:last-child a {
    font-size: 16px;
    height: 40px;
    line-height: 38px;
  }
  .inside-service .listform li:nth-child(4) {
    width: 37%;
  }
  .inside-service .list li {
    width: 50%;
  }
  .inside-service .list li .item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .inside-service .list li .t-2 {
    font-size: 18px;
  }
  .inside-service .list li .t-3 {
    padding-left: 30px;
  }
  .inside-service .list li .t-3 img {
    top: 2px;
    max-height: 20px;
  }
}
@media (max-width: 540px) {
  .inside-service .listform li {
    width: 100%;
  }
  .inside-service .listform li:nth-child(4) {
    width: 80%;
  }
  .inside-service .listform li:last-child {
    width: 20%;
  }
  .inside-service .list li {
    width: 100%;
  }
  .inside-service .list li .item {
    padding-bottom: 30px;
  }
}
.inside-job-2 {
  overflow: hidden;
  position: relative;
  padding-top: 0.6rem;
  background: #f6f6f6;
}
.inside-job-2 .inside-title {
  text-align: center;
  padding-bottom: 0.5rem;
}
.inside-job-2 .bg {
  color: #fff;
  background: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-job-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9rem;
}
.inside-job-2 li {
  width: 50%;
  line-height: 0.32rem;
  height: 7.45rem;
  padding: 0 0.85rem;
  padding-bottom: 1.3rem;
  display: flex;
  align-items: flex-end;
  border-left: solid 1px rgba(255, 255, 255, 0.35);
  transition: all 500ms ease;
}
.inside-job-2 li .icon img {
  max-height: 1.31rem;
}
.inside-job-2 li .tit {
  font-weight: 700;
  font-size: 0.3rem;
  margin-top: 0.2rem;
}
.inside-job-2 li .txt {
  display: none;
  margin-top: 0.3rem;
}
.inside-job-2 li .txt p {
  padding-bottom: 0.15rem;
}
.inside-job-2 li:first-child {
  border-left: 0;
}
.inside-job-2 .cur .txt {
  display: block;
}
@media (max-width: 1024px) {
  .inside-job-2 {
    padding: 50px 0 0 0;
  }
  .inside-job-2 .bg {
    padding: 50px 0;
  }
  .inside-job-2 ul {
    margin: 0;
  }
  .inside-job-2 li {
    width: 100%;
    border: 0;
    padding: 0;
    height: auto;
    text-align: center;
    padding-top: 30px;
  }
  .inside-job-2 li .icon img {
    max-height: 60px;
  }
  .inside-job-2 li .txt {
    margin-top: 20px;
    text-align: left;
    display: block!important;
  }
  .inside-job-2 li:first-child {
    padding-top: 0;
  }
}
.inside-job-3 {
  padding: 0.8rem 0;
}
.inside-job-3 .inside-title {
  text-align: center;
}
.inside-job-3 ul {
  padding-top: 0.5rem;
  margin: 0 -0.2rem;
}
.inside-job-3 li {
  float: left;
  line-height: 0.32rem;
  font-size: 0.18rem;
  padding: 0 0.2rem;
  text-align: center;
  width: 33.3333%;
}
.inside-job-3 li .line {
  width: 1px;
  margin: 0 auto;
  height: 0.6rem;
  background: url(../images/line.jpg) no-repeat top center;
}
.inside-job-3 li .tit {
  color: #333;
  font-weight: 700;
  font-size: 0.3rem;
  text-align: center;
  background: #f1f5f8;
  border-radius: 0.1rem;
  line-height: 0.76rem;
}
.inside-job-3 li .txt {
  text-align: center;
  padding: 0 0rem;
  margin-top: 0.25rem;
}
.inside-job-3 li .p-10 {
  padding-top: 0.1rem;
}
.inside-job-3 li .arrow {
  width: 100%;
  max-width: 0.28rem;
  margin: 0 auto;
  margin-top: -0.1rem;
}
.inside-job-3 li .arrow img {
  width: 100%;
  max-height: 0.28rem;
}
.inside-job-3 li .icon {
  width: 100%;
  margin: 0 auto;
  max-width: 1.6rem;
}
.inside-job-3 li .icon img {
  width: 100%;
  max-height: 1.6rem;
}
@media (max-width: 1024px) {
  .inside-job-3 li {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inside-job-3 li {
    width: 100%;
    margin-top: 20px;
  }
  .inside-job-3 li:first-child {
    margin-top: 0;
  }
}
.inside-job-4 {
  padding: 0.8rem 0;
}
.inside-job-4 li:first-child {
  color: #fff;
  margin-top: 0;
  padding: 0.05rem 0;
  font-size: 0.2rem;
  font-weight: 700;
  background: #026b3d;
}
.inside-job-4 li:first-child span:nth-child(3) {
  text-align: center;
}
.inside-job-4 li:first-child:before {
  display: none;
}
.inside-job-4 li,
.inside-job-4 .tit {
  font-size: 0.18rem;
  margin-top: 0.15rem;
  background: #fafafa;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.inside-job-4 li span,
.inside-job-4 .tit span {
  width: 15%;
  float: left;
  text-align: center;
  height: 0.65rem;
  line-height: 0.65rem;
  padding-left: 0.7rem;
  overflow: hidden;
}
.inside-job-4 li span:nth-child(3),
.inside-job-4 .tit span:nth-child(3) {
  width: 35%;
}
.inside-job-4 li span:first-child,
.inside-job-4 .tit span:first-child {
  text-align: left;
}
.inside-job-4 .bt {
  color: #333;
  font-size: 0.18rem;
  padding: 0.3rem 0 0.15rem 0;
  font-weight: 700;
}
.inside-job-4 .tit:nth-child(2) {
  margin-top: 0;
}
.inside-job-4 .txt {
  background: #fff;
  text-align: left;
  display: none;
  color: #666;
  padding: 0.2rem 0.8rem 0.7rem 0.7rem;
  line-height: 0.32rem;
}
.inside-job-4 .active {
  color: #333;
  background: #fafafa;
}
.inside-job-4 .button {
  margin-top: 0.3rem;
  font-size: 0.16rem;
}
.inside-job-4 .button img {
  float: right;
  width: 0.3rem !important;
  margin-top: 0.08rem !important;
  max-height: 0.3rem !important;
}
.inside-job-4 .button a {
  text-align: left;
  font-weight: normal;
  padding: 0 0.4rem;
  min-width: 2rem;
}
.inside-job-4 .button-2 {
  text-align: center;
  margin-top: 0.5rem;
}
.inside-job-4 .button-2 a {
  font-size: 0.16rem;
  min-width: 1.7rem;
}
@media (max-width: 1024px) {
  .inside-job-4 {
    padding: 40px 0;
  }
  .inside-job-4 li,
  .inside-job-4 .tit {
    font-size: 14px;
  }
  .inside-job-4 li span,
  .inside-job-4 .tit span {
    padding-left: 20px;
  }
  .inside-job-4 li span:nth-child(1),
  .inside-job-4 .tit span:nth-child(1) {
    width: 30%;
  }
  .inside-job-4 li span:nth-child(2),
  .inside-job-4 .tit span:nth-child(2) {
    display: none;
  }
  .inside-job-4 li span:nth-child(3),
  .inside-job-4 .tit span:nth-child(3) {
    width: 70%;
  }
  .inside-job-4 li span:nth-child(4),
  .inside-job-4 .tit span:nth-child(4) {
    display: none;
  }
  .inside-job-4 li span:nth-child(5),
  .inside-job-4 .tit span:nth-child(5) {
    display: none;
  }
  .inside-job-4 .txt {
    padding: 20px;
    padding-top: 0;
    line-height: 26px;
  }
  .inside-job-4 .bt {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .inside-job-4 .btn {
    font-size: 14px;
  }
  .inside-job-4 .button-2 a {
    font-size: 14px;
  }
}
.tdfc {
  background-color: #f3f3f3;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.tdfc .nr {
  margin-top: 0.5rem;
  width: 15.2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.tdfc .inside-title {
  text-align: center;
}
.tdfc .nr {
  position: relative;
}
.tdfc .container {
  max-width: 100%;
}
.tdfc .swiper-button-next,
.tdfc .swiper-button-prev {
  width: 0.4rem;
  height: 0.4rem;
  background: var(--main-color);
  color: #fff;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
}
.tdfc .swiper-button-next:after,
.tdfc .swiper-button-prev:after {
  font-size: 0.18rem;
}
.tdfc .swiper-button-next:hover,
.tdfc .swiper-button-prev:hover {
  background: var(--main-color);
  color: #fff;
}
.tdfc .swiper-button-prev {
  left: 0rem;
}
.tdfc .swiper-button-next {
  right: 0rem;
}
.tdfc .list {
  overflow: hidden;
  display: flex;
  margin: auto;
  width: 15.2rem;
  height: 5.32rem;
  text-align: center;
  position: relative;
}
.tdfc .list .pic {
  background: #fff;
  text-align: center;
  width: 9.48rem;
  height: 5.3rem;
}
.tdfc .list .slide-active {
  border: 1px var(--main-color) solid;
}
.tdfc .list li {
  width: 9.5rem;
  height: 5.32rem;
  border: 1px var(--main-color) solid;
  float: left;
  transition: .5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .tdfc {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tdfc .nr {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    width: 100%;
  }
  .tdfc .list {
    width: 100%;
    height: auto;
    overflow: initial;
  }
  .tdfc .list li {
    transition: none;
    float: none;
  }
  .tdfc .list .pic {
    width: auto;
    height: auto;
    margin-bottom: 0;
  }
  .tdfc .list .title {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .tdfc .list li {
    width: auto;
    height: auto;
    position: relative;
  }
  .tdfc .list .slide-active .title {
    opacity: 1;
  }
  .tdfc .swiper-button-next,
  .tdfc .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .tdfc .swiper-button-next:after,
  .tdfc .swiper-button-prev:after {
    font-size: 12px;
  }
  .tdfc .swiper-button-prev {
    left: 15px;
  }
  .tdfc .swiper-button-next {
    right: 15px;
  }
}
.inside-qwdz {
  padding: 0.8rem 0;
}
.inside-qwdz .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-qwdz .left {
  width: 39%;
  color: #000;
  line-height: 0.28rem;
}
.inside-qwdz .left .text {
  padding-top: 0.5rem;
}
.inside-qwdz .right {
  width: 50.5%;
}
.inside-qwdz .right .pic {
  background: #fff;
  border-radius: 0.1rem;
}
.inside-qwdz .right .pic img {
  border-radius: 0.1rem;
}
.inside-qwdz .swiper-pagination {
  text-align: right;
}
.inside-qwdz .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.08rem;
}
.inside-qwdz .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.2rem;
  padding-right: 0.3rem;
}
.inside-qwdz .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 0.12rem;
  height: 0.12rem;
}
.inside-qwdz .swiper-pagination-bullet-active {
  background: var(--main-color);
}
@media (max-width: 1024px) {
  .inside-qwdz {
    padding: 40px 0;
  }
  .inside-qwdz .container {
    display: block;
  }
  .inside-qwdz .left {
    width: 100%;
    line-height: 26px;
  }
  .inside-qwdz .left .text {
    padding-top: 20px;
  }
  .inside-qwdz .right {
    width: 100%;
    margin-top: 30px;
  }
}
.inside-qwdz-2 {
  padding: 0.8rem 0;
  background: #f3f3f3;
}
.inside-qwdz-2 .inside-title {
  text-align: center;
}
.inside-qwdz-2 .list {
  margin-top: 0.4rem;
}
.inside-qwdz-2 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0.02rem;
}
.inside-qwdz-2 .list li {
  transition: all 1000ms ease;
  padding: 0 0.02rem;
  width: 16%;
}
.inside-qwdz-2 .list li .item {
  color: #fff;
  display: flex;
  align-items: center;
  height: 5.56rem;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-qwdz-2 .list li .tit {
  width: 0.4rem;
  line-height: 0.46rem;
  font-size: 0.36rem;
  font-weight: 700;
}
.inside-qwdz-2 .list li .txt {
  display: none;
  margin-top: 0.1rem;
}
.inside-qwdz-2 .list .cur {
  width: 52%;
}
.inside-qwdz-2 .list .cur .item {
  font-size: 0.18rem;
  text-align: center;
}
.inside-qwdz-2 .list .cur .tit {
  width: 100%;
}
.inside-qwdz-2 .list .cur .txt {
  display: block;
}
@media (max-width: 1024px) {
  .inside-qwdz-2 .list li .item {
    height: 300px;
  }
}
.inside-qwdz-3 {
  padding: 0.8rem 0;
}
.inside-qwdz-3 .inside-title {
  text-align: center;
}
.inside-qwdz-3 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.inside-qwdz-3 .list li {
  width: 50%;
  padding: 0 0.25rem;
  margin-top: 0.6rem;
}
.inside-qwdz-3 .list li .item {
  min-height: 100%;
}
.inside-qwdz-3 .list li .pic {
  position: relative;
}
.inside-qwdz-3 .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 45.94594595%;
}
.inside-qwdz-3 .list li .text {
  line-height: 0.28rem;
  text-align: center;
  padding-top: 0.3rem;
}
.inside-qwdz-3 .list li .tit {
  color: #333;
  font-weight: 700;
  font-size: 0.36rem;
}
.inside-qwdz-3 .list li .txt {
  min-height: 0.84rem;
  margin-top: 0.2rem;
}
.inside-qwdz-3 .list li .tag {
  margin-top: 0.3rem;
}
.inside-qwdz-3 .list li .tag span {
  color: #fff;
  margin: 0.1rem;
  margin-top: 0;
  font-size: 0.18rem;
  min-width: 1.3rem;
  line-height: 0.4rem;
  border-radius: 0.3rem;
  display: inline-block;
  background: var(--main-color);
}
.inside-qwdz-3 .swiper-pagination {
  text-align: right;
}
.inside-qwdz-3 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.08rem;
}
.inside-qwdz-3 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.2rem;
  padding-right: 0.3rem;
}
.inside-qwdz-3 .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 0.12rem;
  height: 0.12rem;
}
.inside-qwdz-3 .swiper-pagination-bullet-active {
  background: var(--main-color);
}
@media (max-width: 1024px) {
  .inside-qwdz-3 .list li {
    width: 100%;
  }
  .inside-qwdz-3 .list li .text {
    padding-top: 30px;
    line-height: 26px;
  }
  .inside-qwdz-3 .list li .tag span {
    font-size: 14px;
    margin: 5px;
    line-height: 30px;
  }
}
.inside-qwdz-4 {
  padding: 0.8rem 0;
  background: #f3f3f3;
  position: relative;
}
.inside-qwdz-4 .inside-title {
  text-align: center;
}
.inside-qwdz-4 .nr {
  margin-top: 0.4rem;
  padding: 0.6rem;
  background: #fff;
}
.inside-qwdz-4 .list {
  position: relative;
}
.inside-qwdz-4 li {
  width: 25%;
  float: left;
  padding: 0 0.06rem 18px 0.06rem;
  position: relative;
}
.inside-qwdz-4 li:nth-child(3) .box {
  height: 0.55rem;
  border-bottom: solid 1px #eaeaea;
}
.inside-qwdz-4 .box {
  position: relative;
}
.inside-qwdz-4 .red {
  position: absolute;
  z-index: 9;
  left: 0px;
  top: 0.17rem;
  color: #ff0000;
}
.inside-qwdz-4 .red img {
  max-height: 0.21rem;
}
.inside-qwdz-4 .iselect {
  right: 0;
  top: -1px;
  position: absolute;
}
.inside-qwdz-4 .input-form,
.inside-qwdz-4 .textarea-form,
.inside-qwdz-4 select {
  border: none;
  color: #666;
  font-family: arial;
  vertical-align: middle;
  border: 0;
  transition: all 334ms ease;
  border-bottom: #eaeaea solid 1px;
  padding: 0 0.3rem;
  height: 0.55rem;
  line-height: 0.48rem;
  font-size: 0.16rem;
  width: 100%;
}
.inside-qwdz-4 .input-form:focus,
.inside-qwdz-4 .textarea-form:focus,
.inside-qwdz-4 select:focus {
  border-bottom: #999 solid 1px;
}
.inside-qwdz-4 select {
  color: #8294a3;
  background: url(../images/arrow-bot.jpg) no-repeat center right -0.1rem #ffffff;
  appearance: none;
  border-bottom: 0!important;
}
.inside-qwdz-4 em {
  color: #b5b5b5;
  font-style: normal;
}
.inside-qwdz-4 .textarea-form {
  line-height: 0.3rem;
  padding: 0.1rem 0.9rem 0.1rem 0.3rem;
  width: 100%;
  padding-right: 0.9rem;
  min-height: 1.5rem;
}
.inside-qwdz-4 .textarea-form:focus {
  border-bottom: #999 solid 1px;
}
@media (max-width: 1024px) {
  .inside-qwdz-4 .textarea-form {
    min-height: 60px;
  }
}
.inside-qwdz-4 .btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.22rem;
}
.inside-qwdz-4 .submit {
  float: right;
  background: #026b3d;
  color: #fff;
  width: 100%;
  display: inline-block;
  max-width: 2.7rem;
  text-align: center;
  line-height: 0.55rem;
  height: 0.55rem;
  font-size: 0.16rem;
  border-radius: 0.3rem;
  border: none;
}
.inside-qwdz-4 .submit .icon {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  vertical-align: middle;
  margin-top: -0.03rem;
  margin-right: 0.05rem;
}
.inside-qwdz-4 .submit:hover {
  background: #026b3d;
}
.inside-qwdz-4 .submit:hover {
  background: #026b3d;
}
.inside-qwdz-4 .col-2 {
  width: 50%;
  float: left;
  position: relative;
  text-align: left;
}
.inside-qwdz-4 .verify,
.inside-qwdz-4 .verify .drag-btn,
.inside-qwdz-4 .verify .verify-msg {
  border-radius: 0;
}
.inside-qwdz-4 .verify {
  background: #e8e8e8;
}
.inside-qwdz-4 .verifyDiv {
  width: 35%;
}
.inside-qwdz-4 .verify .fix-tips {
  color: #666;
}
@media screen and (max-width: 1024px) {
  .inside-qwdz-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inside-qwdz-4 .title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .inside-qwdz-4 .list:before {
    display: none;
  }
  .inside-qwdz-4 .nr {
    padding: 30px;
  }
  .inside-qwdz-4 li {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .inside-qwdz-4 li:last-child {
    padding-bottom: 0;
  }
  .inside-qwdz-4 li:nth-child(3) .box {
    height: 50px;
  }
  .inside-qwdz-4 .red {
    top: 14px;
    left: 0px;
  }
  .inside-qwdz-4 .red img {
    max-height: 20px;
  }
  .inside-qwdz-4 .input-form,
  .inside-qwdz-4 .textarea-form {
    font-size: 14px;
    padding-left: 25px;
    padding-right: 15px;
    line-height: 48px;
    height: 50px;
  }
  .inside-qwdz-4 .textarea-form {
    height: 100px;
    line-height: 30px;
  }
  .inside-qwdz-4 .error {
    font-size: 12px;
    padding: 0 6px;
    border-bottom-left-radius: 6px;
  }
  .inside-qwdz-4 .verifyDiv {
    width: 40%;
  }
  .inside-qwdz-4 select {
    font-size: 14px;
    height: 50px;
    line-height: 48px;
    background: url(../images/arrow-bot.jpg) no-repeat center right -15px #ffffff;
  }
}
@media (max-width: 480px) {
  .inside-qwdz-4 .verifyDiv {
    margin-right: 0;
    width: 100%;
  }
  .inside-qwdz-4 .btn {
    display: block;
  }
  .inside-qwdz-4 .btn .col-2 {
    width: 100%;
    margin-top: 0.3rem;
  }
  .inside-qwdz-4 .submit {
    float: none;
    max-width: 100%;
    border-radius: 0;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.inside-shop {
  position: relative;
  text-align: center;
}
.inside-shop .tu img {
  width: 100%;
}
.inside-shop .text {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  position: absolute;
}
.inside-shop .button {
  margin-bottom: 1rem;
}
.inside-shop .button a {
  padding: 0 0.3rem;
}
@media (max-width: 1024px) {
  .inside-shop {
    margin-top: 60px;
  }
  .inside-shop .button {
    margin-bottom: 10px;
  }
}
.inside-flwj {
  padding: 0.8rem 0;
}
.inside-flwj .listpro {
  position: relative;
}
.inside-flwj .listpro .item {
  display: block;
  text-align: center;
}
.inside-flwj .listpro .img {
  background: #fff;
  border: solid 1px #f6f6f6;
  position: relative;
}
.inside-flwj .listpro .img:after {
  content: "";
  display: block;
  padding-bottom: 141.66666667%;
}
.inside-flwj .listpro .tit {
  color: #333;
  overflow: hidden;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}
.inside-flwj .listpro-2 {
  margin-top: -0.3rem;
  position: relative;
}
.inside-flwj .listpro-2 .img img {
  padding: 1px;
}
.inside-flwj .listpro-2 .img:after {
  padding-bottom: 100%;
}
.inside-flwj .listpro-2 .swiper-button-prev,
.inside-flwj .listpro-2 .swiper-button-next {
  opacity: 0;
}
@media (max-width: 1024px) {
  .inside-flwj .listpro-2 .swiper-button-prev,
  .inside-flwj .listpro-2 .swiper-button-next {
    opacity: 1;
  }
  .inside-flwj .listpro-2 .swiper-button-prev:after,
  .inside-flwj .listpro-2 .swiper-button-next:after {
    font-size: 14px;
  }
}
.inside-flwj .item:hover .img,
.inside-flwj .cur .img {
  border-color: var(--main-color);
}
.inside-flwj .item:hover .tit,
.inside-flwj .cur .tit {
  color: var(--main-color);
}
.inside-flwj .swiper-button-prev {
  left: -0.6rem;
}
.inside-flwj .swiper-button-next {
  right: -0.6rem;
}
.inside-flwj .swiper-button-prev:after,
.inside-flwj .swiper-button-next:after {
  color: #000;
  font-weight: 700;
  font-size: 0.36rem;
}
@media (max-width: 1024px) {
  .inside-flwj {
    padding: 40px 0;
  }
  .inside-flwj .swiper-button-prev,
  .inside-flwj .swiper-button-next {
    opacity: 1;
    top: 45%;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.8);
  }
  .inside-flwj .swiper-button-prev:after,
  .inside-flwj .swiper-button-next:after {
    font-size: 16px;
  }
  .inside-flwj .swiper-button-prev {
    left: 0;
  }
  .inside-flwj .swiper-button-next {
    right: 0;
  }
}
.inside-flwj-2 {
  color: #000;
  line-height: 0.28rem;
  padding-bottom: 0.8rem;
}
.inside-flwj-2 .inside-title {
  text-align: center;
}
.inside-flwj-2 .text {
  text-align: center;
  padding: 0.3rem 1.55rem;
}
.inside-flwj-2 .list li {
  display: flex;
  margin-top: 0.04rem;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
}
.inside-flwj-2 .list li span {
  width: 7%;
  color: #fff;
  padding: 0.13rem;
  text-align: center;
  border-right: solid 2px #fff;
  background: var(--main-color);
}
.inside-flwj-2 .list li p {
  width: 93%;
  padding: 0.13rem 0.25rem;
}

.inside-flwj-2 .list li:nth-child(2) {
  background: #fff;
}
.inside-flwj-2 .list li:nth-child(3) {
  background: #f3f3f3;
}
.inside-flwj-2 .list table tr.firstRow td {
  color: #fff;
  padding: 0.13rem;
  text-align: center;
  background: var(--main-color);
}

.inside-flwj-2 .list table tr td {
  color: #333;
  padding: 0.13rem;
  text-align: center;
  border:1px solid #f3f3f3;
}


@media (max-width: 1024px) {
  .inside-flwj-2 {
    line-height: 26px;
  }
  .inside-flwj-2 .text {
    padding-left: 0;
    padding-right: 0;
  }
  .inside-flwj-2 .list li {
    align-items: inherit;
  }
  .inside-flwj-2 .list li span {
    width: 25%;
  }
  .inside-flwj-2 .list li p {
    width: 75%;
  }
}
.inside-flwj-3 {
  color: #fff;
  height: 5.4rem;
  background-size: cover;
  align-items: center;
  text-align: center;
  display: flex;
  background-position: top center;
  background-repeat: no-repeat;
}
.inside-flwj-3 .t-1 {
  font-size: 0.42rem;
  font-weight: 700;
  line-height: 0.5rem;
}
.inside-flwj-3 .t-2 {
  margin-top: 0.1rem;
}
.inside-flwj-3 .t-2:before {
  content: "";
  border-radius: 0.3rem;
  display: inline-block;
  height: 0.14rem;
  min-width: 1.66rem;
  background: #fff;
  margin-left: 0.25rem;
}
.inside-flwj-3 .t-2:after {
  content: "";
  margin-left: 0.1rem;
  width: 0.14rem;
  height: 0.14rem;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
}
.inside-flwj-3 .t-3 {
  font-size: 0.2rem;
  padding-top: 0.4rem;
}
@media (max-width: 1024px) {
  .inside-flwj-3 {
    height: 300px;
  }
}
@media (max-width: 580px) {
  .inside-flwj-3 {
    height: 240px;
  }
}
.inside-flwj-4,
.inside-flwj-6 {
  text-align: left;
}
.inside-flwj-4 .container,
.inside-flwj-6 .container {
  padding-left: 9.3rem;
}
.inside-flwj-4 .t-1,
.inside-flwj-6 .t-1 {
  color: #000;
}
.inside-flwj-4 .t-2:before,
.inside-flwj-6 .t-2:before {
  margin-left: 0;
  background: var(--main-color);
}
.inside-flwj-4 .t-2:after,
.inside-flwj-6 .t-2:after {
  background: var(--main-color);
}
.inside-flwj-4 .t-3,
.inside-flwj-6 .t-3 {
  color: #000;
  font-weight: 100;
}
@media (max-width: 1024px) {
  .inside-flwj-4 .container,
  .inside-flwj-6 .container {
    padding-left: 350px;
  }
}
@media (max-width: 580px) {
  .inside-flwj-4 .container,
  .inside-flwj-6 .container {
    padding-left: 0px;
    text-align: center!important;
  }
}
.inside-flwj-5 {
  text-align: left;
}
.inside-flwj-5 .t-2:before {
  margin-left: 0;
}
@media (max-width: 580px) {
  .inside-flwj-5 {
    text-align: center;
  }
}
.inside-flwj-6 {
  height: 6rem;
  text-align: left;
}
.inside-flwj-6 .t-2:before {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .inside-flwj-6 {
    height: 300px;
  }
}
.inside-flwj-7 {
  color: #fff;
  font-size: 0.18rem;
  padding: 0.9rem 0;
  text-align: center;
  line-height: 0.3rem;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.inside-flwj-7 .inside-title {
  color: #fff;
  padding-bottom: 0.3rem;
}
.inside-flwj-7 .f20 {
  font-size: 0.2rem;
}
.inside-flwj-7 p {
  padding: 0 2.5rem;
  padding-top: 0.15rem;
}
@media (max-width: 1024px) {
  .inside-flwj-7 {
    font-size: 14px;
    padding: 60px 0;
    line-height: 24px;
  }
  .inside-flwj-7 p {
    padding: 0;
    padding-top: 10px;
  }
}
.inside-flwj-8 {
  color: #333;
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: center;
  padding: 0.8rem 0;
}
.inside-flwj-8 .inside-title {
  padding-bottom: 0.3rem;
}
.inside-flwj-8 p {
  padding-top: 0.15rem;
}
@media (max-width: 1024px) {
  .inside-flwj-8 {
    font-size: 14px;
    line-height: 26px;
  }
}
.inside-pronav {
  padding-top: 0.4rem;
}
.inside-pronav ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-pronav li {
  padding-right: 0.8rem;
}
.inside-pronav li a {
  font-size: 0.2rem;
  line-height: 0.5rem;
  font-weight: 700;
  color: var(--main-color);
  display: flex;
  align-items: center;
}
.inside-pronav li img {
  margin-right: 0.2rem;
  max-height: 0.5rem;
}
.inside-pronav .dow a {
  color: #fff;
  display: block;
  padding: 0 0.4rem;
  font-size: 0.16rem;
  border-radius: 0.3rem;
  background: var(--main-color);
}
.inside-pronav .dow img {
  margin-right: 0;
  margin-top: 0.12rem;
  margin-left: 0.1rem;
  max-height: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-pronav li {
    width: 25%;
    padding-right: 0;
  }
  .inside-pronav li a {
    font-size: 15px;
    line-height: 40px;
  }
  .inside-pronav li img {
    margin-right: 10px;
    max-height: 40px;
  }
  .inside-pronav .dow {
    text-align: center;
  }
  .inside-pronav .dow a {
    font-size: 14px;
    padding: 0 20px;
  }
  .inside-pronav .dow img {
    max-height: 20px;
  }
}
@media (max-width: 570px) {
  .inside-pronav li {
    width: 50%;
    padding: 5px;
    text-align: center;
  }
  .inside-pronav li a {
    justify-content: center;
  }
}
.inside-product-2 {
  padding-bottom: 0.8rem;
}
.inside-product-2 .inside-title {
  text-align: center;
}
.inside-product-2 table,
.inside-product-2 tr,
.inside-product-2 td {
  border: 0;
}
.inside-product-2 td {
  border-bottom: solid 0.06rem #ffffff;
  padding: 0.15rem 0.25rem;
}
.inside-product-2 .table {
  color: #000;
  margin-top: 0.4rem;
}
.inside-product-2 .td-1 {
  color: #fff;
  width: 15%;
  padding: 0 0.05rem;
  text-align: center;
  background: var(--main-color);
}
.inside-product-2 .td-2 {
  width: 43%;
}
.inside-product-2 .bg {
  background: #f7f7f7;
}
.inside-product-2 .bg-2 {
  background: #fff;
}
@media (max-width: 1024px) {
  .inside-product-2 .table {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  .inside-product-2 .table table {
    width: 1200px;
  }
}
.inside-product-3 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-product-3 li:first-child .t-4 {
  margin-top: 0.2rem;
}
.inside-product-3 li {
  color: #000;
  padding: 0.4rem 0;
  line-height: 0.3rem;
  background: #f3f3f3;
}
.inside-product-3 li .left {
  width: 39%;
}
.inside-product-3 li .t-1 {
  line-height: 0.5rem;
  font-size: 0.37rem;
  font-weight: 700;
}
.inside-product-3 li .t-2 {
  margin-top: 0.1rem;
}
.inside-product-3 li .t-2:before {
  content: "";
  border-radius: 0.3rem;
  display: inline-block;
  height: 0.14rem;
  min-width: 1.66rem;
  background: var(--main-color);
}
.inside-product-3 li .t-2:after {
  content: "";
  margin-left: 0.1rem;
  width: 0.14rem;
  height: 0.14rem;
  background: var(--main-color);
  display: inline-block;
  border-radius: 50%;
}
.inside-product-3 li .t-3 {
  font-size: 0.2rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.inside-product-3 li .t-4 {
  margin-top: 0.4rem;
}
.inside-product-3 li .right {
  width: 57%;
}
.inside-product-3 li:nth-child(2n) {
  background: #fff;
}
.inside-product-3 li:nth-child(2n) .container {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .inside-product-3 .container {
    display: block;
  }
  .inside-product-3 li {
    line-height: 26px;
    padding: 50px 0;
  }
  .inside-product-3 li .left,
  .inside-product-3 li .right {
    width: 100%;
  }
  .inside-product-3 li .t-1 {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-product-3 li .right {
    margin-top: 30px;
  }
  .inside-product-3 li .t-3 {
    font-size: 16px;
  }
}
.inside-product-4 {
  padding: 0.8rem 0;
}
.inside-product-4 .inside-title {
  text-align: center;
}
.inside-product-4 .list {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
  justify-content: space-between;
}
.inside-product-4 .left {
  width: 37%;
}
.inside-product-4 .left li {
  color: #333;
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-top: 0.5rem;
}
.inside-product-4 .left li .icon {
  width: 0.84rem;
  height: 0.84rem;
  margin-right: 0.2rem;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  border: solid 0.04rem var(--main-color);
}
.inside-product-4 .left li img {
  max-height: 0.84rem;
}
.inside-product-4 .right {
  width: 60.5%;
}
.inside-product-4 .list-2 {
  padding-top: 0.7rem;
  border-bottom: solid 1px #333333;
}
.inside-product-4 .list-2 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem;
}
.inside-product-4 .list-2 li {
  color: #333;
  width: 20%;
  padding: 0 0.6rem;
  padding-bottom: 0.1rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
  text-align: center;
  position: relative;
}
.inside-product-4 .list-2 li:after {
  left: -50%;
  bottom: 0rem;
  content: "";
  width: 100%;
  height: 0.03rem;
  position: absolute;
  opacity: 0;
  transition: all 500ms ease;
  background: var(--main-color);
}
.inside-product-4 .list-2 li span {
  font-size: 0.34rem;
}
.inside-product-4 .list-2 li:hover {
  color: var(--main-color);
}
.inside-product-4 .list-2 li:hover:after {
  left: 0;
  opacity: 1;
}
@media (max-width: 1024px) {
  .inside-product-4 {
    padding: 40px 0;
  }
  .inside-product-4 .left li {
    margin-bottom: 5px;
    margin-top: 0;
  }
  .inside-product-4 .list-2 ul {
    padding-left: 0;
    padding-right: 0;
  }
  .inside-product-4 .list-2 li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .inside-product-4 .list-2 li span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inside-product-4 .list {
    display: block;
  }
  .inside-product-4 .left {
    width: 100%;
  }
  .inside-product-4 .left ul {
    display: flex;
    flex-wrap: wrap;
  }
  .inside-product-4 .left li {
    margin-bottom: 0;
    padding: 0 10px;
    padding-bottom: 10px;
    width: 50%;
  }
  .inside-product-4 .right {
    width: 100%;
    margin-top: 20px;
  }
  .inside-product-4 .list-2 {
    padding-top: 20px;
  }
  .inside-product-4 .list-2 li {
    width: 33.333%;
  }
}
.inside-product-5 {
  color: #333;
  line-height: 0.3rem;
  background: #ececec;
  padding: 0.8rem 0;
}
.inside-product-5 .inside-title {
  text-align: center;
}
.inside-product-5 .text {
  text-align: center;
  padding-top: 0.4rem;
}
.inside-product-5 ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-product-5 li {
  width: 25%;
  padding: 0 0.5rem;
  padding-top: 0.7rem;
}
.inside-product-5 li .pic {
  background: #fff;
  position: relative;
  border: solid 0.09rem var(--main-color);
}
.inside-product-5 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 143.93939394%;
}
@media (max-width: 1024px) {
  .inside-product-5 li {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
  }
  .inside-product-5 li .pic {
    border-width: 2px;
  }
}
@media (max-width: 480px) {
  .inside-product-5 li {
    width: 50%;
  }
}
.inside-product-6 {
  padding: 0.8rem 0;
}
.inside-product-6 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.inside-product-6 li {
  width: 25%;
  text-align: center;
  padding: 0.3rem 0.25rem;
}
.inside-product-6 li .pic {
  border: solid 1px #eee;
  border-radius: 0.1rem;
}
.inside-product-6 li .pic img {
  border-radius: 0.1rem;
}
.inside-product-6 li .tit {
  color: #333;
  font-weight: 700;
  font-size: 0.18rem;
  margin-top: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-product-6 {
    padding: 40px 0;
  }
  .inside-product-6 ul {
    margin: 0 -5px;
    margin-top: 10px;
  }
  .inside-product-6 li {
    padding: 10px 5px;
  }
  .inside-product-6 li .tit {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inside-product-6 li {
    width: 33.333%;
  }
}
.inside-join-1 {
  position: relative;
  padding: 1.3rem 0 0.8rem 0;
}
.inside-join-1 .line {
  top: 0;
  left: 0;
  position: absolute;
}
.inside-join-1 .line img {
  max-height: 3.7rem;
}
.inside-join-1 .container {
  z-index: 3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-join-1 .left {
  width: 40%;
  color: #333;
  font-size: 0.2rem;
}
.inside-join-1 .left .text {
  padding-top: 0.3rem;
}
.inside-join-1 .left .t-1 {
  padding-left: 0.25rem;
  position: relative;
  margin-top: 0.2rem;
}
.inside-join-1 .left .t-1:before {
  content: "";
  top: 0.09rem;
  left: 0;
  width: 0.11rem;
  position: absolute;
  height: 0.11rem;
  border-radius: 50%;
  background: var(--main-color);
}
.inside-join-1 .right {
  width: 56.5%;
}
@media (max-width: 1024px) {
  .inside-join-1 {
    padding: 40px 0;
  }
  .inside-join-1 .container {
    display: block;
  }
  .inside-join-1 .left {
    width: 100%;
    font-size: 16px;
  }
  .inside-join-1 .left .text {
    padding-top: 0;
  }
  .inside-join-1 .right {
    width: 100%;
    margin-top: 30px;
  }
}
.inside-join-2 {
  position: relative;
  padding: 0.8rem 0;
  min-height: 7.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-join-2 .inside-title {
  color: #fff;
  text-align: center;
}
.inside-join-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.inside-join-2 li {
  padding: 0 0.25rem;
  width: 33.333%;
  padding-top: 0.5rem;
}
.inside-join-2 li .item {
  width: 100%;
  padding: 0.25rem;
  text-align: center;
  min-height: 2.8rem;
  background: #fff;
  line-height: 0.3rem;
  transition: all 334ms ease;
}
.inside-join-2 li .icon {
  position: relative;
}
.inside-join-2 li .icon img {
  max-height: 0.5rem;
}
.inside-join-2 li .img2 {
  top: 0;
  left: 50%;
  opacity: 0;
  transition: all 500ms ease;
  transform: translateX(-50%) scale(0.5);
  position: absolute;
}
.inside-join-2 li .tit {
  color: #333;
  font-size: 0.24rem;
  font-weight: 700;
  padding: 0.15rem 0;
}
@media (min-width: 1025px) {
  .inside-join-2 li:hover {
    color: #fff;
  }
  .inside-join-2 li:hover .item {
    background: var(--main-color);
  }
  .inside-join-2 li:hover .tit {
    color: #fff;
  }
  .inside-join-2 li:hover .img1 {
    opacity: 0;
  }
  .inside-join-2 li:hover .img2 {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
@media (max-width: 1024px) {
  .inside-join-2 ul {
    margin: 0 -10px;
    padding-top: 20px;
  }
  .inside-join-2 li {
    padding: 10px;
  }
  .inside-join-2 li .item {
    min-height: 100%;
  }
}
@media (max-width: 640px) {
  .inside-join-2 li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .inside-join-2 li {
    width: 100%;
  }
}
.inside-liucheng {
  position: relative;
  padding: 0.8rem 0;
}
.inside-liucheng .inside-title {
  text-align: center;
}
.inside-liucheng .liuchenglist {
  margin: 0 -0.23rem;
  text-align: center;
}
.inside-liucheng .liuchenglist li {
  float: left;
  width: 25%;
  padding: 0 0.23rem;
  margin-top: 0.6rem;
  position: relative;
  cursor: pointer;
}
.inside-liucheng .liuchenglist li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.15rem;
  height: 0.2rem;
  width: 0.29rem;
  background: url("../images/jjian.png") no-repeat center center;
  background-size: cover;
}
.inside-liucheng .liuchenglist li .item {
  border-radius: 0.1rem;
  position: relative;
  height: 2.4rem;
  overflow: hidden;
}
.inside-liucheng .liuchenglist li .box {
  overflow: hidden;
  position: relative;
  opacity: 0;
  border-radius: 0.1rem;
  height: 2.4rem;
}
.inside-liucheng .liuchenglist li .img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #f3f3f3;
  padding: 0.3rem 0.2rem;
  position: absolute;
}
.inside-liucheng .liuchenglist li .pic {
  width: 0.7rem;
  margin: 0 auto;
}
.inside-liucheng .liuchenglist li .pic img {
  max-height: 0.7rem;
}
.inside-liucheng .liuchenglist li .pic .ph {
  display: none;
}
.inside-liucheng .liuchenglist li .text {
  font-size: 0.2rem;
  margin-top: 0.3rem;
  color: #333;
}
.inside-liucheng .liuchenglist li .span {
  font-size: 0.54rem;
  color: #e6e6e6;
  position: absolute;
  bottom: -0.4rem;
  font-weight: bold;
  left: 0;
  width: 100%;
  text-align: center;
}
.inside-liucheng .liuchenglist li:nth-child(4):after,
.inside-liucheng .liuchenglist li:nth-child(9):after {
  top: auto;
  bottom: -0.44rem;
  left: 50%;
  transform: translateX(-50%);
  height: 0.29rem;
  width: 0.2rem;
  background: url("../images/jian2.png") no-repeat center center;
  background-size: cover;
}
.inside-liucheng .liuchenglist li:nth-child(9):after {
  bottom: auto;
  top: -0.44rem;
}
.inside-liucheng .liuchenglist li:nth-child(5),
.inside-liucheng .liuchenglist li:nth-child(6),
.inside-liucheng .liuchenglist li:nth-child(7),
.inside-liucheng .liuchenglist li:nth-child(8) {
  float: right;
}
.inside-liucheng .liuchenglist li:nth-child(5):after,
.inside-liucheng .liuchenglist li:nth-child(6):after,
.inside-liucheng .liuchenglist li:nth-child(7):after,
.inside-liucheng .liuchenglist li:nth-child(8):after {
  background: url("../images/jian1.png") no-repeat center center;
  background-size: cover;
  right: auto;
  left: -0.15rem;
}
.inside-liucheng .liuchenglist li:nth-child(8):after {
  display: none;
}
@media (min-width: 1025px) {
  .inside-liucheng .liuchenglist li:hover .img {
    background: none;
  }
  .inside-liucheng .liuchenglist li:hover .pic .ph {
    display: block;
  }
  .inside-liucheng .liuchenglist li:hover .pic .p {
    display: none;
  }
  .inside-liucheng .liuchenglist li:hover .box {
    opacity: 1;
  }
  .inside-liucheng .liuchenglist li:hover .text {
    color: #f5f7fb;
  }
  .inside-liucheng .liuchenglist li:hover:after {
    background: url("../images/jianh.png") no-repeat center center;
    background-size: cover;
  }
  .inside-liucheng .liuchenglist li:nth-child(4):hover:after,
  .inside-liucheng .liuchenglist li:nth-child(9):hover:after {
    background: url("../images/jian2h.png") no-repeat center center;
    background-size: cover;
  }
  .inside-liucheng .liuchenglist li:nth-child(5):hover:after,
  .inside-liucheng .liuchenglist li:nth-child(6):hover:after,
  .inside-liucheng .liuchenglist li:nth-child(7):hover:after,
  .inside-liucheng .liuchenglist li:nth-child(8):hover:after {
    background: url("../images/jian1h.png") no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .inside-liucheng .liuchenglist li .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .inside-liucheng .liuchenglist li .item {
    height: 130px;
  }
}
@media (max-width: 640px) {
  .inside-liucheng {
    padding: 40px 0;
  }
  .inside-liucheng .liuchenglist {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 30px;
  }
  .inside-liucheng .liuchenglist li {
    width: 33.333%;
    padding: 0 5px;
    margin-top: 0;
    float: left!important;
    margin-bottom: 10px;
  }
  .inside-liucheng .liuchenglist li .text {
    margin-top: 10px;
    font-size: 16px;
  }
  .inside-liucheng .liuchenglist li:after {
    display: none!important;
  }
}
.inside-join-3 {
  position: relative;
  padding: 0.8rem 0;
  background: #f3f3f3;
}
.inside-join-3 .inside-title {
  text-align: center;
}
.inside-join-3 .listMenu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
  justify-content: center;
}
.inside-join-3 .listMenu li {
  padding: 0 0.15rem;
}
.inside-join-3 .listMenu li a {
  font-weight: 700;
  color: var(--main-color);
  font-size: 0.18rem;
  border-radius: 0.3rem;
  padding: 0 0.2rem;
  display: inline-block;
  height: 0.5rem;
  line-height: 0.48rem;
  border: solid 1px var(--main-color);
}
.inside-join-3 .listMenu .active a {
  color: #fff;
  background: var(--main-color);
}
.inside-join-3 .pic {
  position: relative;
}
.inside-join-3 .pic:after {
  content: "";
  display: block;
  padding-bottom: 68.18181818%;
}
.inside-join-3 .conTabs {
  position: relative;
  margin-top: 0.4rem;
}
.inside-join-3 .conTabs .text {
  line-height: 0.32rem;
  padding-bottom: 0.4rem;
}
.inside-join-3 .conTabs .item {
  display: none;
}
.inside-join-3 .conTabs .item.show {
  display: block;
}
.inside-join-3 .swiper-button-prev {
  left: -0.18rem;
}
.inside-join-3 .swiper-button-next {
  right: -0.18rem;
}
.inside-join-3 .swiper-button-prev,
.inside-join-3 .swiper-button-next {
  width: 0.18rem;
  height: 0.32rem;
  background: #fff;
  color: #999;
  transition: all 500ms ease;
  margin-top: 0.3rem;
  line-height: 0.3rem;
  border: solid 1px #c2c2c2;
  border-radius: 0.05rem;
}
.inside-join-3 .swiper-button-prev:after,
.inside-join-3 .swiper-button-next:after {
  font-size: 0.14rem;
}
.inside-join-3 .swiper-button-prev:hover,
.inside-join-3 .swiper-button-next:hover {
  color: var(--main-color);
  background: #9bc0ac;
  border-color: var(--main-color);
}
.inside-join-3 .swiper-button-prev {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.inside-join-3 .swiper-button-next {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 1024px) {
  .inside-join-3 {
    padding: 40px 0;
  }
  .inside-join-3 .listMenu {
    margin-top: 20px;
  }
  .inside-join-3 .listMenu li {
    padding: 3px;
  }
  .inside-join-3 .listMenu li a {
    font-size: 14px;
  }
  .inside-join-3 .conTabs .text {
    line-height: 26px;
  }
  .inside-join-3 .swiper-button-prev,
  .inside-join-3 .swiper-button-next {
    margin-top: 55px;
  }
}
.shebei {
  background-color: #fff;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.shebei .inside-title {
  text-align: center;
  padding-bottom: 0.45rem;
}
.shebei .tabs {
  display: flex;
  flex-wrap: wrap;
}
.shebei .tabs .pic {
  overflow: hidden;
  position: relative;
}
.shebei .tabs .pic img {
  transition: .5s;
}
.shebei .conTabs {
  width: 74.5%;
  float: left;
  padding-right: 0.1rem;
}
.shebei .conTabs .slide {
  display: none;
}
.shebei .conTabs .slide.show {
  display: block;
}
.shebei .menuTabs {
  width: 24.41%;
  padding-right: 0.1rem;
  float: right;
  height: 4.27rem;
  overflow: auto;
  /* 设置整个滚动条的样式 */
  /* 滚动条轨道 */
  /* 滚动条滑块 */
  /* 当鼠标悬停在滑块上 */
}
.shebei .menuTabs::-webkit-scrollbar {
  width: 6px;
  /* 滚动条的宽度 */
  height: 6px;
  /* 滚动条的高度 */
}
.shebei .menuTabs::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道背景色 */
  border-radius: 10px;
  /* 圆角 */
}
.shebei .menuTabs::-webkit-scrollbar-thumb {
  background: #b5d0c1;
  /* 滑块颜色 */
  border-radius: 10px;
  /* 圆角 */
}
.shebei .menuTabs::-webkit-scrollbar-thumb:hover {
  background: #b5d0c1;
}
.shebei .menuTabs li {
  margin-bottom: 0.1rem;
}
.shebei .menuTabs li:last-child {
  margin-bottom: 0;
}
.shebei .menuTabs .active .box {
  border: 0.02rem var(--main-color) solid;
}
.shebei .menuTabs .box {
  border: 0.02rem #ffffff solid;
  cursor: pointer;
}
.shebei .menuTabs .box:hover {
  border: 0.02rem var(--main-color) solid;
}
.shebei .menuTabs .box:hover img {
  transform: scale(1.1);
}
.shebei .button {
  text-align: center;
  margin-top: 0.4rem;
}
.shebei .button a {
  min-width: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .shebei {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .shebei .conTabs {
    width: 100%;
    display: block;
    padding-bottom: 10px;
  }
  .shebei .menuTabs {
    width: 100%;
    height: auto;
  }
  .shebei .menuTabs .list {
    display: flex;
  }
  .shebei .menuTabs .list li {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .shebei .menuTabs .list .box {
    min-width: 120px;
  }
}
.shebei-2 {
  background-color: #edf6fb;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.shebei-2 .list {
  margin-left: -0.18rem;
  margin-right: -0.18rem;
  display: flex;
  flex-wrap: wrap;
}
.shebei-2 .list li {
  padding: 0 0.18rem 0.14rem 0.18rem;
  width: 33.33333333%;
}
.shebei-2 .list .box {
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.shebei-2 .list .pic {
  overflow: hidden;
  position: relative;
}
.shebei-2 .list .pic img {
  transition: .5s;
}
.shebei-2 .list .box:hover .pic img {
  transform: scale(1.1);
}
.shebei-2 .swiper-container-initialized .list {
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}
.shebei-2 .swiper-container-initialized .list li {
  padding-left: 0;
  padding-right: 0;
}
.shebei-2 .swiper-pagination {
  width: 100%;
  text-align: center;
  left: 0;
  position: static;
}
.shebei-2 .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  background: none;
  border-radius: 0;
  margin: 0 0.1rem;
  opacity: 1;
  position: relative;
  transition: all .5s;
}
.shebei-2 .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  background: #ccd9e1;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.shebei-2 .swiper-pagination-bullet-active {
  opacity: 1;
}
.shebei-2 .swiper-pagination-bullet-active::after {
  background: var(--main-color);
}
@media screen and (max-width: 1023px) {
  .shebei-2 {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .shebei-2 .titleBig {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .shebei-2 .list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .shebei-2 .list li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .shebei-2 .list .box {
    border-radius: 5px;
  }
  .shebei-2 .list .title {
    line-height: 40px;
    font-size: 14px;
  }
  .shebei-2 .swiper-pagination {
    padding-top: 20px;
  }
  .shebei-2 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 5px;
  }
  .shebei-2 .swiper-pagination-bullet::after {
    width: 12px;
    height: 12px;
  }
}
.inside-about {
  color: #333;
  position: relative;
  padding: 0.8rem 0;
}
.inside-about .container {
  display: flex;
  justify-content: space-between;
}
.inside-about .left {
  width: 46%;
}
.inside-about .left .list {
  padding-top: 0.3rem;
}
.inside-about .left li {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0.1rem 0;
  padding: 0.2rem 0.25rem;
}
.inside-about .left li .icon {
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 50%;
  border: dashed 1px var(--main-color);
  position: relative;
}
.inside-about .left li .icon img {
  max-height: 0.73rem;
}
.inside-about .left li .img-2 {
  top: 0;
  left: 0;
  transform: scale(0);
  position: absolute;
  transition: all 500ms ease;
}
.inside-about .left li .t-1 {
  width: 37%;
  padding-left: 0.3rem;
  font-size: 0.24rem;
  font-weight: 700;
}
.inside-about .left li .t-2 span {
  display: block;
}
.inside-about .left li .t-2 span:nth-child(2) {
  font-weight: 700;
  font-size: 0.38rem;
  line-height: 0.4rem;
}
.inside-about .left li .num {
  opacity: 0;
  font-weight: 700;
  font-family: var(--font-family-3);
  line-height: 1.1rem;
  font-size: 1.1rem;
  bottom: -0.35rem;
  right: 0.5rem;
  color: #daf0e8;
  position: absolute;
}
.inside-about .left .cur {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15);
}
.inside-about .left .cur .icon {
  border: 0;
  background: var(--main-color);
}
.inside-about .left .cur .img-1 {
  opacity: 0;
}
.inside-about .left .cur .img-2 {
  transform: scale(1);
}
.inside-about .left .cur .num {
  opacity: 1;
}
.inside-about .right {
  width: 46.5%;
  position: relative;
  line-height: 0.32rem;
}
.inside-about .right .picbox {
  position: relative;
}
.inside-about .right .circle {
  top: 50%;
  left: 50%;
  z-index: 3;
  position: absolute;
  transform: translate(-50%, -50%);
}
.inside-about .right .text {
  margin-top: 0.35rem;
}
@media (max-width: 1024px) {
  .inside-about .container {
    display: block;
  }
  .inside-about .left,
  .inside-about .right {
    width: 100%;
  }
  .inside-about .right {
    line-height: 26px;
    margin-top: 30px;
  }
  .inside-about .cur .num {
    display: none;
  }
}
.inside-about-2 {
  position: relative;
  padding: 0.8rem 0;
  background: #f3f3f3;
}
.inside-about-2 .inside-title {
  text-align: center;
}
.inside-about-2 .mapbox {
  position: relative;
  margin-left: 0.6rem;
  margin-top: 0.4rem;
}
.inside-about-2 .mapbox p {
  margin-top: -0.1rem;
}
.inside-about-2 .mapbox img {
  max-height: 7.8rem;
transform:translate(-0.2rem,0rem);
}
@media (max-width: 1520px) {
  .inside-about-2 .mapbox {
    margin-left: 0;
  }
}
.inside-about-2 .ph-map {
  display: none;
}
.inside-about-2 .text {
  padding-top: 0.6rem;
  text-align: center;
}
.inside-about-2 .circle {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
}
.inside-about-2 .add {
  position: absolute;
  color: #3d2502;
  text-align: center;
}
.inside-about-2 .add-1 {
  top: 2.5rem;
  left: 1.94rem;
}
.inside-about-2 .add-2 {
  top: 4.7rem;
  left: 2.1rem;
}
.inside-about-2 .add-3 {
  top: 3.84rem;
  left: 3.56rem;
}
.inside-about-2 .add-4 {
  top: 5rem;
  left: 4.8rem;
}
.inside-about-2 .add-5 {
  top: 6.38rem;
  left: 4.54rem;
}
.inside-about-2 .add-6 {
  top: 6.68rem;
  left: 5.93rem;
}
.inside-about-2 .add-7 {
  top: 7.6rem;
  left: 6.14rem;
}
.inside-about-2 .add-8 {
  top: 6.6rem;
  left: 6.9rem;
}
.inside-about-2 .add-9 {
  top: 5.82rem;
  left: 7.8rem;
}
.inside-about-2 .add-10 {
  top: 6.37rem;
  left: 8.4rem;
}
.inside-about-2 .add-10 p {
  position: relative;
  display: inline-block;
  top: -0.15rem;
}
.inside-about-2 .add-11 {
  top: 5.92rem;
  left: 5.51rem;
}
.inside-about-2 .add-12 {
  top: 5.72rem;
  left: 6.54rem;
}
.inside-about-2 .add-13 {
  top: 5.47rem;
  left: 7.29rem;
}
.inside-about-2 .add-14 {
  top: 5.32rem;
  left: 5.68rem;
}
.inside-about-2 .add-15 {
  top: 5rem;
  left: 6.62rem;
}
.inside-about-2 .add-15 p {
  position: relative;
  display: inline-block;
  top: -0.15rem;
}
.inside-about-2 .add-16 {
  top: 4.38rem;
  left: 5.66rem;
}
.inside-about-2 .add-16 p {
  position: relative;
  display: inline-block;
  top: -0.15rem;
}
.inside-about-2 .add-17 {
  top: 3.6rem;
  left: 5.4rem;
}
.inside-about-2 .add-18 {
  top: 3.4rem;
  left: 6.5rem;
}
.inside-about-2 .add-19 {
  top: 3.42rem;
  left: 6.9rem;
}
.inside-about-2 .add-20 {
  top: 3.7rem;
  left: 7.53rem;
}
.inside-about-2 .add-20 p {
  position: relative;
  display: inline-block;
  top: -0.15rem;
}
.inside-about-2 .add-21 {
  top: 2.3rem;
  left: 6.47rem;
}
.inside-about-2 .add-21 p {
  position: relative;
  display: inline-block;
  top: -0.15rem;
}
.inside-about-2 .add-22 {
  top: 1.07rem;
  left: 8.5rem;
}
.inside-about-2 .add-23 {
  top: 1.98rem;
  left: 8.53rem;
}
.inside-about-2 .add-23 p {
  position: relative;
  display: inline-block;
  top: -0.15rem;
}
.inside-about-2 .add-24 {
  top: 2.45rem;
  left: 8.05rem;
}
.inside-about-2 .add-24 p {
  position: relative;
  display: inline-block;
  top: -0.15rem;
}
.inside-about-2 .add-25 {
  top: 4.2rem;
  left: 6.75rem;
}
.inside-about-2 .add-26 {
  top: 4.63rem;
  left: 7.4rem;
}
.inside-about-2 .add-27 {
  top: 5.2rem;
  left: 8.1rem;
}
.inside-about-2 .add-28 {
  top: 4.75rem;
  left: 8.26rem;
}
.inside-about-2 .add-28 p {
  position: relative;
  display: inline-block;
  top: -0.15rem;
}
.inside-about-2 .add-29 {
  top: 4.26rem;
  left: 8rem;
}
.inside-about-2 .add-30 {
  top: 3.16rem;
  left: 7.3rem;
}
.inside-about-2 .add-30 p {
  position: relative;
  display: inline-block;
  top: -0.15rem;
}
.inside-about-2 .add-31 {
  top: 2.75rem;
  left: 7.1rem;
}
.inside-about-2 .add-32 {
  top: 3.85rem;
  left: 5rem;
}
.inside-about-2 .nr {
  left: 9.87rem;
  top: 3.8rem;
  position: absolute;
  background: #fff;
  width: 4rem;
  padding: 0.4rem;
  border: solid 2px #707070;
}
.inside-about-2 .nr:before {
  content: "";
  top: 0.7rem;
  left: -1.4rem;
  position: absolute;
  width: 1.4rem;
  height: 0.52rem;
  background: url(../images/a-line.png) no-repeat center center;
  background-size: cover;
}
.inside-about-2 .nr .t-1 {
  font-weight: 700;
  font-size: 0.2rem;
  color: var(--main-color);
}
.inside-about-2 .nr .t-2 {
  margin-top: 0.1rem;
}
.inside-about-2 .nr .t-2 img {
  margin-top: 0.03rem;
  margin-right: 0.05rem;
  max-height: 0.21rem;
}
@media (max-width: 1024px) {
  .inside-about-2 .mapbox {
    display: none;
  }
  .inside-about-2 .ph-map {
    display: block;
  }
}
.inside-about-3 {
  position: relative;
}
.inside-about-3 .container {
  max-width: 19.2rem;
}
@media (max-width: 1520px) {
  .inside-about-3 .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.inside-about-3 ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-about-3 li {
  width: 14%;
  height: 6.74rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 334ms linear;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.inside-about-3 li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.inside-about-3 li .item {
  width: 100%;
}
.inside-about-3 li .icon img {
  max-height: 0.7rem;
}
.inside-about-3 li .t-1 {
  line-height: 0.4rem;
  font-size: 0.36rem;
  font-weight: 700;
  color: var(--main-color);
  width: 0.4rem;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.inside-about-3 li .t-2 {
  display: none;
  padding: 0.3rem 0;
  font-weight: 700;
  font-size: 0.22rem;
  color: var(--main-color);
}
.inside-about-3 li .t-3 {
  display: none;
  color: #322f2c;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.inside-about-3 li .button {
  display: none;
  margin-top: 0.5rem;
}
.inside-about-3 li:last-child {
  background-position: top right;
}
.inside-about-3 .cur {
  justify-content: flex-start;
  width: 58%;
}
.inside-about-3 .cur a {
  width: 100%;
  max-width: 6.4rem;
  text-align: left;
  padding-left: 1.1rem;
}
.inside-about-3 .cur .t-1 {
  width: 100%;
}
.inside-about-3 .cur .t-2,
.inside-about-3 .cur .t-3,
.inside-about-3 .cur .button {
  display: block;
}
@media (max-width: 1024px) {
  .inside-about-3 {
    padding-top: 40px;
  }
  .inside-about-3 .container {
    max-width: 640px;
  }
  .inside-about-3 li {
    position: relative;
    height: 200px;
    width: 50%!important;
  }
  .inside-about-3 li:before {
    top: 0;
    left: 0;
    z-index: 2;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
  }
  .inside-about-3 li a {
    z-index: 3;
    position: relative;
    padding-left: 0!important;
    text-align: center!important;
  }
  .inside-about-3 li .t-1 {
    font-size: 18px;
    line-height: 30px;
    width: 100%!important;
  }
  .inside-about-3 li .t-2,
  .inside-about-3 li .t-3,
  .inside-about-3 li .button {
    display: none!important;
  }
}
.inside-qywh {
  position: relative;
  padding: 0.8rem 0;
}
.inside-qywh .inside-title {
  text-align: center;
}
.inside-qywh ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-qywh li {
  width: 33.333%;
  background: #f3f3f3;
  position: relative;
  min-height: 4rem;
  margin-top: 0.8rem;
  padding-top: 0.45rem;
  border-left: solid 1px #e8e8e8;
}
.inside-qywh li:before {
  content: "";
  top: -0.25rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 70%;
  opacity: 0;
  position: absolute;
  background: #026b3d;
  transition: all 500ms ease;
  box-shadow: 0 0.3rem 0.5rem rgba(2, 107, 61, 0.3);
}
.inside-qywh li .item {
  z-index: 3;
  position: relative;
  padding-right: 0.6rem;
  padding-left: 1rem;
}
.inside-qywh li .icon {
  position: relative;
}
.inside-qywh li .icon img {
  max-height: 0.51rem;
}
.inside-qywh li .ic2 {
  top: 0;
  left: 0;
  transform: scale(0);
  position: absolute;
  transition: all 500ms ease;
}
.inside-qywh li .tit {
  color: #080808;
  padding-bottom: 0.5rem;
  font-size: 0.24rem;
  font-weight: 700;
  padding-top: 0.2rem;
  position: relative;
}
.inside-qywh li .tit:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 0.3rem;
  height: 0.03rem;
  position: absolute;
  background: #026b3d;
}
.inside-qywh li .txt {
  color: #7a7a7a;
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin-top: 0.3rem;
}
.inside-qywh li:first-child {
  border-left: 0;
}
@media (min-width: 1025px) {
  .inside-qywh li:hover:before {
    opacity: 1;
    height: 106.5%;
  }
  .inside-qywh li:hover .ic1 {
    opacity: 0;
  }
  .inside-qywh li:hover .ic2 {
    transform: scale(1);
  }
  .inside-qywh li:hover .tit:after {
    background: #fff;
  }
  .inside-qywh li:hover .tit,
  .inside-qywh li:hover .txt {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .inside-qywh li {
    min-height: 200px;
    margin-top: 30px;
  }
  .inside-qywh li .item {
    padding: 0 20px;
  }
  .inside-qywh li .tit {
    padding-bottom: 10px;
  }
  .inside-qywh li .txt {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inside-qywh li {
    width: 50%;
    min-height: auto;
    border-left: 0;
    margin-top: 20px;
  }
  .inside-qywh li .item {
    text-align: center;
    padding: 0;
  }
  .inside-qywh li .tit:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.history {
  padding: 0.8rem 0;
  overflow: hidden;
  position: relative;
}
.history .inside-title {
  text-align: center;
}
.history .nr {
  position: relative;
}
.history .tabs {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
}
.history .menuTabs {
  text-align: left;
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}
.history .menuTabs::before {
  content: '';
  display: block;
  width: 4.1rem;
  height: 4.1rem;
  border-radius: 50%;
  background: url(../images/circle-1.png) no-repeat center center;
  background-size: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 1.8rem;
  bottom: 0;
  z-index: -1;
  animation: xuanzhuan 10s linear 0s infinite;
}
.history .menuTabs .swiper-container {
  height: 6.78rem;
}
.history .menuTabs .list {
  font-family: "Roboto-Bold";
  font-size: 226px;
  line-height: 1;
  color: #a2c7b3;
}
.history .menuTabs .list li {
  transition: .5s;
}
.history .menuTabs .list .box {
  cursor: pointer;
}
.history .menuTabs .list .box span {
  opacity: 0;
}
.history .menuTabs .list li:hover {
  color: var(--main-color);
}
.history .menuTabs .swiper-slide-thumb-active {
  color: var(--main-color);
}
.history .menuTabs .swiper-slide-thumb-active .box span {
  opacity: 1;
}
.history .conTabs {
  width: 60%;
  float: right;
  padding-left: 0.2rem;
  font-size: 0.2rem;
}
.history .conTabs .swiper-container {
  height: 6.09rem;
  overflow: hidden;
}
.history .conTabs .swiper-slide {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px #ced8e6 solid;
}
.history .conTabs .year {
  color: #777;
  margin-bottom: 0.1rem;
}
.history .conTabs .info {
  min-height: 0.77rem;
  padding-left: 0.2rem;
  color: #333;
  position: relative;
}
.history .conTabs .info::before {
  content: "";
  display: inline-block;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: 0.1rem;
  left: 0;
}
.history .conTabs .swiper-slide-active .info {
  color: var(--main-color);
}
@media screen and (max-width: 1536px) {
  .history .menuTabs {
    width: 45%;
  }
  .history .menuTabs .list {
    font-size: 2.2rem;
  }
  .history .conTabs {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .history .menuTabs .list {
    font-size: 110px;
    line-height: 110px;
  }
  .history .menuTabs::before {
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .history {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .history .tabs {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .history .menuTabs {
    width: 100%;
  }
  .history .menuTabs::before {
    display: none;
  }
  .history .menuTabs .swiper-container {
    height: auto;
  }
  .history .menuTabs .list {
    font-size: 18px;
  }
  .history .menuTabs .list .box span {
    opacity: 1;
  }
  .history .conTabs {
    width: 100%;
    padding-left: 0;
    font-size: 20px;
  }
  .history .conTabs .swiper-container {
    height: auto;
  }
  .history .conTabs .swiper-slide {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 0;
  }
  .history .conTabs .year {
    margin-bottom: 10px;
  }
  .history .conTabs .info {
    font-size: 16px!important;
    min-height: auto;
    padding-left: 20px;
  }
  .history .conTabs .info::before {
    width: 7px;
    height: 7px;
    top: 8px;
  }
  .history .swiper-button-prev,
  .history .swiper-button-next {
    width: 30px;
    height: 30px;
    line-height: 50px;
    transform: rotate(0);
    top: initial;
    bottom: -15px;
  }
  .history .swiper-button-prev .icon,
  .history .swiper-button-next .icon {
    width: 30px;
    height: 30px;
  }
  .history .swiper-button-prev .icon:before,
  .history .swiper-button-next .icon:before {
    width: 30px;
    height: 30px;
  }
  .history .swiper-button-prev .icon:after,
  .history .swiper-button-next .icon:after {
    width: 20px;
    height: 20px;
  }
  .history .swiper-button-prev .icon i:before,
  .history .swiper-button-next .icon i:before {
    width: 20px;
    height: 20px;
  }
  .history .swiper-button-prev {
    left: -20px;
  }
  .history .swiper-button-next {
    right: -20px;
  }
}
.inside-honor {
  color: #353d48;
  overflow: hidden;
  position: relative;
  background-color: #e7e7e8;
  padding: 0.8rem 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.inside-honor:after {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.32rem;
  position: absolute;
  background: url(../images/honor-line.png) no-repeat center bottom;
  background-size: cover;
}
.inside-honor .container {
  position: relative;
}
.inside-honor .inside-title {
  text-align: center;
}
.inside-honor .tabnav {
  padding-top: 0.4rem;
}
.inside-honor .tabnav ul {
  display: flex;
  justify-content: center;
}
.inside-honor .tabnav li {
  font-weight: 700;
  font-size: 0.18rem;
  cursor: pointer;
  margin: 0 0.14rem;
  color: #026b3d;
  line-height: 0.48rem;
  height: 0.5rem;
  text-align: center;
  min-width: 1.4rem;
  border-radius: 0.3rem;
  border: solid 1px #026b3d;
}
.inside-honor .tabnav .active {
  color: #fff;
  background: #026b3d;
}
.inside-honor .tabbox {
  overflow: hidden;
  padding-bottom: 0rem;
}
.inside-honor .list {
  display: none;
  margin-top: 0.8rem;
}
.inside-honor .list .swiper-container {
  overflow: inherit;
}
.inside-honor .list.show {
  display: block;
}
.inside-honor .list li:hover .tit {
  color: var(--main-color);
}
.inside-honor .list li {
  width: 25%;
}
.inside-honor .list li .item {
  text-align: center;
  transition: background-color 0.5s linear;
}
.inside-honor .list li .pic {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 2.59rem;
}
.inside-honor .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 137.83783784%;
}
.inside-honor .list li .tit {
  font-size: 0.18rem;
  font-weight: 700;
  color: #303140;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  margin-top: 0.8rem;
}
.inside-honor .swiper-button-prev,
.inside-honor .swiper-button-next {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  opacity: 1!important;
  margin-top: 0.2rem;
  transition: all 500ms ease;
}
.inside-honor .swiper-button-prev:after,
.inside-honor .swiper-button-next:after {
  font-size: 0;
}
.inside-honor .swiper-button-prev {
  left: -1rem;
  background: url(../images/prev-2.png) no-repeat center center #eaebed;
}
.inside-honor .swiper-button-prev:hover {
  background: url(../images/prev-2-h.png) no-repeat center center var(--main-color);
}
.inside-honor .swiper-button-next {
  right: -1rem;
  background: url(../images/next-2.png) no-repeat center center #eaebed;
}
.inside-honor .swiper-button-next:hover {
  background: url(../images/next-2-h.png) no-repeat center center var(--main-color);
}
@media (max-width: 1024px) {
  .inside-honor {
    min-height: auto;
  }
  .inside-honor .tabnav li {
    margin: 0 5px;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
  }
  .inside-honor .list {
    margin-top: 30px;
  }
  .inside-honor .list li .tit {
    height: auto;
    line-height: 26px;
    font-size: 14px;
    margin-top: 20px;
  }
  .inside-honor .swiper-button-prev {
    left: 0;
  }
  .inside-honor .swiper-button-next {
    right: 0;
  }
}
.inside-page {
  font-size: 0.14rem;
  text-align: center;
  padding-top: 0.6rem;
}
.inside-page a {
  text-align: center;
  line-height: 0.38rem;
  margin: 0 0.1rem;
  color: #666;
  display: inline-block;
  transition: all 500ms ease;
}
.inside-page a:hover,
.inside-page .cur {
  color: #026b3d;
}
.inside-page .prev,
.inside-page .next {
  position: relative;
}
.inside-page .prev:before {
  content: "<";
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page span {
  padding-left: 0.2rem;
  font-size: 0.14rem;
}
.inside-page span input {
  color: #666;
  width: 0.6rem;
  padding: 0 0.1rem;
  height: 0.24rem;
  text-align: center;
  font-family: arial;
}
@media (max-width: 1024px) {
  .inside-page {
    font-size: 14px;
  }
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.2rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.navM .navMCon {
  background-color: #fff;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  left: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #026b3d;
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -40px;
  top: 0;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 15px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 15px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 18px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
}
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon {
  transform: rotate(135deg);
}
.navM .child {
  padding: 10px 0px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
}
.navM .child-2 .list {
  flex-wrap: wrap;
  display: flex;
}
.navM .child-2 .list li {
  width: 50%;
}
.navM .child-2 .list li a {
  padding: 0;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 10px;
  margin-top: 0;
  right: 0px;
  background: #ccc;
}
.navM .mSearch .btn img {
  max-height: 20px;
  margin-top: 4px;
  vertical-align: middle;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.navM .other {
  padding: 10px;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #026b3d;
}
.verifyDiv {
  width: 100%;
  vertical-align: middle;
  position: relative;
}
.verify {
  height: 0.6rem;
  border-radius: 0.1rem;
  background-color: #f8f8f8;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px #e8e8e8 solid;
  border-radius: 0.1rem;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  z-index: 2;
  cursor: move;
}
.verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
}
.verify .drag-progress {
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.6rem;
  line-height: 0.58rem;
  background-color: #7ac23c;
  color: #fff;
  text-align: center;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #77b097;
  z-index: 1;
  border-radius: 0.1rem;
  line-height: 0.6rem;
  padding-left: 0.5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.verify .verify-msg {
  border-radius: 0.1rem;
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.inside-map {
  padding: 0.6rem 0;
}
.inside-map li {
  padding: 0.15rem 0;
  font-weight: 700;
}
.inside-map .child {
  font-weight: normal;
  padding-top: 0.3rem;
}
.inside-map .child a {
  padding-right: 0.2rem;
  display: inline-block;
}
#privacyPopup {
    z-index: 10000;
    position: fixed;
    width: 8rem;
    background: #fff;
    border: 4px solid rgba(0, 0, 0, 0.15);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    font-size: 0.14rem;
    box-sizing: border-box;
    display: none;
}

    #privacyPopup .dialog_header {
        width: 100%;
        position: relative;
        padding: 0 0.1rem;
        box-sizing: border-box;
        background: #f3f3f3;
    }

        #privacyPopup .dialog_header .title {
            width: 100%;
            color: #000;
            font-weight: 700;
            line-height: 0.4rem;
        }

        #privacyPopup .dialog_header .close {
            position: absolute;
            width: 0.4rem;
            height: 0.4rem;
            top: 0;
            right: 0;
            text-align: center;
            line-height: 0.4rem;
            font-size: 0.22rem;
            color: #c5c5c5;
            cursor: pointer;
        }

    #privacyPopup .privacy_policy_title {
        font-size: 0.24rem;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 0.2rem;
    }

    #privacyPopup .p-1 {
        font-size: 0.2rem;
    }

    #privacyPopup .privacy_content {
        box-sizing: border-box;
        width: 100%;
        height: 5.8rem;
        padding: 0.2rem 0.3rem;
        overflow: auto;
    }

    #privacyPopup .privacy_footer {
        width: 100%;
        padding: 0.2rem 0 0 0;
        text-align: center;
    }

    #privacyPopup .close_btn {
        display: inline-block;
        margin: 0 auto;
        width: auto;
        min-width: 1.6rem;
        height: 0.4rem;
        background: var(--main-color);
        color: #fff;
        text-align: center;
        line-height: 0.4rem;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

        #privacyPopup .close_btn:before {
            content: "";
            display: block;
            width: 3.6rem;
            height: 3.6rem;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.1);
            position: absolute;
            z-index: -1;
            top: 50%;
            left: 50%;
            transition: all .8s;
            transform-origin: center bottom;
            transform: translate(-50%, -50%) scale(0);
        }

        #privacyPopup .close_btn:hover {
            box-shadow: 0 0 0 1px transparent;
        }

            #privacyPopup .close_btn:hover:before {
                transform: translate(-50%, -50%) scale(1);
            }

@media screen and (max-width: 1024px) {
    #privacyPopup {
        width: 90%;
        transform: translate(-50%, -50%);
        margin-top: 0;
        margin-left: 0;
    }
}
